pub fn quantile_udaf(q: f64) -> Arc<AggregateUDF>
Create a quantile AggregateUDF for PromQL quantile operator, which calculates φ-quantile (0 ≤ φ ≤ 1) over dimensions
AggregateUDF