Percentile
| Function Name | Description |
|---|---|
| MEDIAN | Computes the median of a dataset. |
| PERCENTILE_CONT | Computes a percentile value based on a continuous distribution of the column input. |
| PERCENTILE_DISC | Computes a specific percentile for sorted values in a column. |