pub type ArrowClient = Client<ArrowFormat>;Expand description
A ClickHouse client configured for Apache Arrow format.
This type alias provides a client that works with Arrow RecordBatches,
enabling seamless integration with the Arrow ecosystem for data processing
and analytics workflows.
Aliased Type§
pub struct ArrowClient {
pub client_id: u16,
/* private fields */
}Fields§
§client_id: u16