Percentile
Gets the value at a given percentile of the numeric column
Percentile(column1, 0.5) → 625
Percentile(column2, 0.0) → 1Inputs
Percentile(column, percentile)
column- A column to get the percentile forpercentile- The percentile of the value to find. The percentile must be a constant between 0.0 and 1