risingwave_pb::batch_plan

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>