Type Alias PbHashAggNode

Source
pub type PbHashAggNode = HashAggNode;
Expand description

Alias for HashAggNode.

Aliased Type§

struct PbHashAggNode {
    pub group_key: Vec<u32>,
    pub agg_calls: Vec<AggCall>,
}

Fields§

§group_key: Vec<u32>§agg_calls: Vec<AggCall>