Module data_types

Module data_types 

Source
Expand description

ClickHouse data types AST and utilities to parse it from strings.

Structs§

Column
A definition of a column in the result set, taken out of the RowBinaryWithNamesAndTypes header.

Enums§

DataTypeNode
Represents a data type in ClickHouse. See https://clickhouse.com/docs/sql-reference/data-types
DateTimePrecision
DateTime64 precision. Defined as an enum, as it is valid only in the range from 0 to 9. See also: https://clickhouse.com/docs/sql-reference/data-types/datetime64
DecimalType
Represents the underlying integer type for a Decimal. See also: https://clickhouse.com/docs/sql-reference/data-types/decimal
EnumType
Represents the underlying integer size of an Enum type.
IntervalType
Represents the type of an interval. See also: https://clickhouse.com/docs/sql-reference/data-types/special-data-types/interval