Enum ClickHouseDataType

  • All Implemented Interfaces:
    Serializable, Comparable<ClickHouseDataType>

    public enum ClickHouseDataType
    extends Enum<ClickHouseDataType>
    Basic ClickHouse data types.

    This list is based on the list of data type families returned by SELECT * FROM system.data_type_families

    LowCardinality and Nullable are technically data types in ClickHouse, but for the sake of this driver, we treat these data types as modifiers for the underlying base data types.