Module percentile_cont

Module percentile_cont 

Source

Structs§

PercentileCont
PERCENTILE_CONT aggregate expression. This uses an exact calculation and stores all values in memory before computing the result. If an approximation is sufficient then APPROX_PERCENTILE_CONT provides a much more efficient solution.

Functions§

percentile_cont
Computes the exact percentile continuous of a set of numbers
percentile_cont_udaf
AggregateFunction that returns a AggregateUDF for PercentileCont