ArrayColumnType
constructor(delegate: IColumnType<T & Any>, maximumCardinality: List<Int>? = null, dimensions: Int = 1)
Constructor with maximum cardinality for a single dimension.
Parameters
delegate
The base column type associated with this array column's individual elements.
maximumCardinality
The maximum cardinality (number of allowed elements) for the array.