Module aggregates

Module aggregates 

Source
Expand description

Aggregate functions for GROUP BY operations

This module provides SQL aggregate functions like SUM, AVG, COUNT, MIN, MAX that work with the DataView partitioning system for efficient GROUP BY queries.

Modules§

functions
Concrete implementations of aggregate functions

Structs§

AggregateRegistry
Registry of aggregate functions
AvgState
State for AVG aggregation
MinMaxState
State for MIN/MAX aggregation
SumState
State for SUM aggregation

Enums§

AggregateState
State maintained during aggregation

Traits§

AggregateFunction
Trait for all aggregate functions

Functions§

contains_aggregate
Check if an expression contains aggregate functions