Module datafusion_functions_aggregate::stddev

source ·
Expand description

Defines physical expressions that can evaluated at runtime during query execution

Structs§

  • STDDEV and STDDEV_SAMP (standard deviation) aggregate expression
  • An accumulator to compute the average
  • STDDEV_POP population aggregate expression

Functions§