Expand description
Hash aggregation
Structsยง
- Grouped
Hash ๐Aggregate Stream - HashTable based Grouping Aggregator
- Skip
Aggregation ๐Probe - Tracks if the aggregate should skip partial aggregations
- Spill
State ๐ - This encapsulates the spilling state
Enumsยง
- Execution
State ๐ - This object tracks the aggregation phase (input/output)
Functionsยง
- create_
group_ ๐accumulator - Create an accumulator for
agg_exprโ a [GroupsAccumulator] if that is supported by the aggregate, or aGroupsAccumulatorAdapterif not.