Struct clickhouse_srv::QueryState[][src]

pub struct QueryState {
    pub query_id: String,
    pub stage: Stage,
    pub compression: u64,
    pub query: String,
    pub is_cancelled: bool,
    pub is_connection_closed: bool,
    pub is_empty: bool,
    pub sent_all_data: Arc<Notify>,
    pub out: Option<Sender<Block>>,
}

Fields

query_id: Stringstage: Stagecompression: u64query: Stringis_cancelled: boolis_connection_closed: boolis_empty: bool

empty or not

sent_all_data: Arc<Notify>

Data was sent.

out: Option<Sender<Block>>

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.