pub type NativeClient = Client<NativeFormat>;Expand description
A ClickHouse client configured for the native format.
This type alias provides a client that works with ClickHouse’s internal
data representation, useful when you need direct control over types
and don’t require Arrow integration.
Aliased Type§
pub struct NativeClient {
pub client_id: u16,
/* private fields */
}Fields§
§client_id: u16