FunctionsStatistical
quantiles_timing
Computes one quantile from numeric timing values in the current batch and broadcasts the result to each output row.
quantiles_timing(…) → Float64Kind · scalar
Computes one quantile from numeric timing values in the current batch and broadcasts the result to each output row.
Part of the Statistical family.
quantiles_t_digest_weighted
Computes one weighted quantile from value and weight columns in the current batch and broadcasts the result to each output row.
quantiles_timing_weighted
Computes weighted quantiles aggregate compatibility for timing workloads using exact weighted accumulation in this version.