Module datafusion_expr::groups_accumulator
source · Expand description
Vectorized GroupsAccumulator
Enums§
- Describes how many rows should be emitted during grouping.
Traits§
GroupAccumulator
implements a single aggregate (e.g. AVG) and stores the state for all groups internally.