Expand description
Aggregation function definitions.
Modules§
- agg_
types - Macros to generate match arms for
AggType
. IMPORTANT: These macros must be carefully maintained especially when adding newAggType
/PbAggKind
variants.
Structs§
- AggArgs
- An aggregation function may accept 0, 1 or 2 arguments.
- AggCall
- Represents an aggregation function.
- Parser 🔒
Enums§
- AggType
- Aggregate function kind.
Type Aliases§
- PbAgg
Kind - Alias for [
Kind
].