Crate clickhouse_rowbinary

Crate clickhouse_rowbinary 

Source
Expand description

RowBinary read/write support for ClickHouse formats.

Re-exports§

pub use error::Error;
pub use error::Result;
pub use rowbinary::Field;
pub use rowbinary::Row;
pub use rowbinary::RowBinaryFileReader;
pub use rowbinary::RowBinaryFileWriter;
pub use rowbinary::RowBinaryFormat;
pub use rowbinary::RowBinaryHeader;
pub use rowbinary::RowBinaryReader;
pub use rowbinary::RowBinaryValueReader;
pub use rowbinary::RowBinaryValueWriter;
pub use rowbinary::RowBinaryWriter;
pub use rowbinary::Schema;
pub use types::DecimalSize;
pub use types::TypeDesc;
pub use types::parse_type_desc;
pub use value::Value;

Modules§

error
Public error type used by every module in the crate.
io
Low-level helpers for RowBinary encoding.
rowbinary
RowBinary read/write support.
types
Type descriptors used by RowBinary read/write paths.
value
RowBinary value representation.