pub type PbHashAggNode = HashAggNode;
Alias for HashAggNode.
HashAggNode
struct PbHashAggNode { pub group_key: Vec<u32>, pub agg_calls: Vec<AggCall>, }
group_key: Vec<u32>
agg_calls: Vec<AggCall>