Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::functions_aggregate::stddev - Rust
[go: Go Back, main page]

Module stddev

Source
Expand description

Defines physical expressions that can evaluated at runtime during query execution

Structs§

Stddev
STDDEV and STDDEV_SAMP (standard deviation) aggregate expression
StddevAccumulator
An accumulator to compute the average
StddevGroupsAccumulator
StddevPop
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 for StddevPop
stddev_udaf
AggregateFunction that returns a AggregateUDF for Stddev