Was this page helpful?
ColumnInfo¶
ColumnInfo()
Describes CQL column type information.
The info field varies depending on the type code:
- Simple types:
infoisnull - List/Set:
infois aColumnInfofor the element type - Map:
infois a tuple[ColumnInfo, ColumnInfo]for key and value types - Tuple:
infois an array ofColumnInfofor each element - UDT:
infois aUdtInfowith name and fields - Vector (custom):
infois a tuple[ColumnInfo, number]for element type and dimension - Other custom:
infois a string