Module groups_accumulator

Source
Expand description

Vectorized GroupsAccumulator

Enums§

EmitTo
Describes how many rows should be emitted during grouping.

Traits§

GroupsAccumulator
GroupsAccumulator implements a single aggregate (e.g. AVG) and stores the state for all groups internally.