Struct clickhouse_srv::CHContext [−][src]
pub struct CHContext {
pub state: QueryState,
pub client_revision: u64,
pub hello: Option<HelloRequest>,
}Fields
state: QueryStateclient_revision: u64hello: Option<HelloRequest>Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CHContextimpl !UnwindSafe for CHContext