Uses of Enum
com.clickhouse.data.ClickHouseDataType
Packages that use ClickHouseDataType
Package
Description
Provides necessary classes to handle different format or type of data.
-
Uses of ClickHouseDataType in com.clickhouse.data
Fields in com.clickhouse.data with type parameters of type ClickHouseDataTypeModifier and TypeFieldDescriptionstatic final Map<String,ClickHouseDataType> ClickHouseDataType.name2typeImmutable mapping between name and type.Methods in com.clickhouse.data that return ClickHouseDataTypeModifier and TypeMethodDescriptionClickHouseColumn.getDataType()static ClickHouseDataTypeConverts given type name to corresponding data type.static ClickHouseDataTypeReturns the enum constant of this type with the specified name.static ClickHouseDataType[]ClickHouseDataType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.clickhouse.data with parameters of type ClickHouseDataTypeModifier and TypeMethodDescriptionstatic ClickHouseColumnClickHouseColumn.of(String columnName, ClickHouseDataType dataType, boolean nullable, boolean lowCardinality, String... parameters) static ClickHouseColumnClickHouseColumn.of(String columnName, ClickHouseDataType dataType, boolean nullable, int precision, int scale) static ClickHouseColumnClickHouseColumn.of(String columnName, ClickHouseDataType dataType, boolean nullable, ClickHouseColumn... nestedColumns) -
Uses of ClickHouseDataType in com.clickhouse.data.value
Fields in com.clickhouse.data.value declared as ClickHouseDataTypeMethods in com.clickhouse.data.value with parameters of type ClickHouseDataTypeModifier and TypeMethodDescriptionstatic ClickHouseBitmapClickHouseBitmap.deserialize(byte[] bytes, ClickHouseDataType innerType) static ClickHouseBitmapClickHouseBitmap.deserialize(DataInputStream in, ClickHouseDataType innerType) static ClickHouseBitmapClickHouseBitmap.deserialize(InputStream in, ClickHouseDataType innerType) static ClickHouseBitmapClickHouseBitmap.empty(ClickHouseDataType type) static ClickHouseBitmapValueClickHouseBitmapValue.ofEmpty(ClickHouseDataType valueType) Create a new instance representing empty value.static ClickHouseBitmapValueClickHouseBitmapValue.ofEmpty(ClickHouseValue ref, ClickHouseDataType valueType) Update given value to empty or create a new instance ifrefis null.static ClickHouseBitmapClickHouseBitmap.wrap(Object bitmap, ClickHouseDataType innerType) Constructors in com.clickhouse.data.value with parameters of type ClickHouseDataTypeModifierConstructorDescriptionprotectedClickHouseBitmap(Object bitmap, ClickHouseDataType innerType)