Expand description
Defines physical expressions that can evaluated at runtime during query execution
Structs§
- Stddev
- STDDEV and STDDEV_SAMP (standard deviation) aggregate expression
- Stddev
Accumulator - An accumulator to compute the average
- Stddev
Groups Accumulator - Stddev
Pop - STDDEV_POP population aggregate expression
Functions§
- stddev
- Compute the standard deviation of a set of numbers
- stddev_
pop - Compute the population standard deviation of a set of numbers
- stddev_
pop_ udaf - AggregateFunction that returns a
AggregateUDF
forStddevPop
- stddev_
udaf - AggregateFunction that returns a
AggregateUDF
forStddev