FunctionsStatistical
quantiles_exact_exclusive
Computes exclusive exact quantile compatibility surface for quantiles aggregate.
quantiles_exact_exclusive(…) → Float64Kind · aggregate
Computes exclusive exact quantile compatibility surface for quantiles aggregate.
Part of the Statistical family.
quantiles_exact
Computes one exact quantile by sorting batch values and emits the resulting numeric value for every output row.
quantiles_exact_high
Computes the high exact quantile variant from batch values, selecting the higher order statistic for fractional ranks, and repeats it for every output row.