Interface ParsedColumnSimple

Hierarchy

  • ParsedColumnSimple

Properties

columnType: "String" | "Bool" | "Date" | "UInt8" | "Int8" | "UInt16" | "Int16" | "UInt32" | "Int32" | "UInt64" | "Int64" | "UInt128" | "Int128" | "UInt256" | "Int256" | "Float32" | "Float64" | "UUID" | "Date32" | "IPv4" | "IPv6"

Without LowCardinality and Nullable. For example:

  • UInt8 -> UInt8
  • LowCardinality(Nullable(String)) -> String
sourceType: string

The original type before parsing.

type: "Simple"

Generated using TypeDoc