Interface ParsedColumnArray

Array cannot be Nullable or LowCardinality, but its value type can be. Arrays can be multidimensional, e.g. Array(Array(Array(T))). Arrays are allowed to have a Map as the value type.

Hierarchy

  • ParsedColumnArray

Properties

dimensions: number

Array(T) = 1 dimension, Array(Array(T)) = 2, etc.

sourceType: string
type: "Array"

Generated using TypeDoc