Expand description
Defines Avg
& Mean
aggregate & accumulators
Structs§
- Avg
- AvgAccumulator
- An accumulator to compute the average
Functions§
- avg
- Returns the avg of a group of values.
- avg_
udaf - AggregateFunction that returns a
AggregateUDF
forAvg