Crate clickhouse_types

Crate clickhouse_types 

Source
Expand description

§clickhouse-types

This crate is required for RowBinaryWithNamesAndTypes struct definition validation, as it contains ClickHouse data types AST, as well as functions and utilities to parse the types out of the ClickHouse server response.

Note that this crate is not intended for public usage, as it might introduce internal breaking changes not following semver.

Re-exports§

pub use crate::data_types::Column;
pub use crate::data_types::DataTypeNode;

Modules§

data_types
ClickHouse data types AST and utilities to parse it from strings.
decoders
Required decoders to parse the columns definitions from the header of the response.
error
Error types for this crate.
leb128
Utils for working with LEB128 encoding and decoding.