[][src]Module clickhouse_driver::prelude

Modules

errors
types

Structs

Block

Output data holder

Connection

Represent Clickhouse client active connection

Options

Clickhouse connection options.

Pool

Reference to a asynchronous Clickhouse connections pool. It can be cloned and shared between threads.

PoolBuilder

Connection pool builder

Row

Input Block data row

ServerBlock

Enums

CompressionMethod

At the moment Clickhouse_driver supports only LZ4 compression method. It's used by default in Clickhouse 20.x

Traits

Deserialize

An implementation provides Row-to-Object deserialization interface It's used internally by block iterator