Cloud
Ordered-Set Aggregate Functions
`mode()` is an ordered-set aggregate function that returns the most frequently occurring value (the mode) from a set of values.
`percentile_cont()` is an ordered-set aggregate function used to compute continuous percentiles from a set of values.
`percentile_disc()` is an ordered-set aggregate function used to compute discrete percentiles from a set of values.
Was this helpful?