pub fn quantile(
    name: &str,
    quantile: Expr,
    interpol: QuantileInterpolOptions
) -> Expr
Available on crate feature compile only.
Expand description

Find a specific quantile of all the values in this Expression.