Cloud

Ordered-Set Aggregate Functions

  • mode

    `mode()` is an ordered-set aggregate function that returns the most frequently occurring value (the mode) from a set of values.

  • percentile_cont

    `percentile_cont()` is an ordered-set aggregate function used to compute continuous percentiles from a set of values.

  • percentile_disc

    `percentile_disc()` is an ordered-set aggregate function used to compute discrete percentiles from a set of values.