Structs§
- Percentile
Cont - 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
AggregateUDFforPercentileCont