Modules§
- Utilities for implementing GroupsAccumulator
- An implementation of the TDigest sketch algorithm providing approximate quantile calculations.
Structs§
- Builder for physical
AggregateExpr
- Physical aggregate expression of a UDAF.
- Stores the physical expressions used inside the
AggregateExpr
.
Traits§
- An aggregate expression that:
Functions§
- Creates a physical expression of the UDAF, that includes all necessary type coercion. This function errors when
args
’ can’t be coerced to a valid argument type of the UDAF.