Module aggregate_functions

Module aggregate_functions 

Source

Structs§

AggregateFunctionRegistry
Registry for aggregate functions

Traits§

AggregateFunction
Aggregate function trait Each aggregate function (SUM, COUNT, AVG, etc.) implements this
AggregateState
State maintained during aggregation Each aggregate function manages its own state type