Is your feature request related to a problem? Please describe.
It would be very useful to add a percentile aggregation function, in addition to the standard min, max, avg. When performing analysis it's often a requirement to report p95, p99 values, it's not easy to do so right now.
Describe the solution you'd like
Adding something like [MIN|MAX]_PCT(<percentile>, <column>) would be ideal, to be used like MAX_PCT(99, value), MIN_PCT(20, value) etc.
Is your feature request related to a problem? Please describe.
It would be very useful to add a percentile aggregation function, in addition to the standard min, max, avg. When performing analysis it's often a requirement to report p95, p99 values, it's not easy to do so right now.
Describe the solution you'd like
Adding something like
[MIN|MAX]_PCT(<percentile>, <column>)would be ideal, to be used likeMAX_PCT(99, value),MIN_PCT(20, value)etc.