Modules§
- Macros to generate match arms for
AggType
. IMPORTANT: These macros must be carefully maintained especially when adding newAggType
/PbAggKind
variants. - def 🔒Aggregation function definitions.
Structs§
- An aggregation function may accept 0, 1 or 2 arguments.
- Represents an aggregation function.
Enums§
- Aggregate function kind.
- Intermediate state of an aggregate function.
Traits§
- A trait over all aggregate functions.
Functions§
- Build an aggregate function.
- Build an append-only
Aggregator
fromAggCall
. - Build a retractable
Aggregator
fromAggCall
.
Type Aliases§
- Alias for
Kind
.