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§
- Data
Type Node - Represents a data type in ClickHouse. See https://clickhouse.com/docs/sql-reference/data-types
- Date
Time Precision - 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
- Decimal
Type - Represents the underlying integer type for a Decimal. See also: https://clickhouse.com/docs/sql-reference/data-types/decimal
- Enum
Type - Represents the underlying integer size of an Enum type.
- Interval
Type - Represents the type of an interval. See also: https://clickhouse.com/docs/sql-reference/data-types/special-data-types/interval