FunctionsStatistical
quantiles_gk
Computes quantiles aggregate compatibility with deterministic exact accumulation in this version.
quantiles_gk(…) → Float64Kind · aggregate
Computes quantiles aggregate compatibility with deterministic exact accumulation in this version.
Part of the Statistical family.
quantiles_exact_weighted
Computes one exact weighted quantile from value and weight columns in the batch and repeats the result across all output rows.
quantiles_t_digest
Computes one quantile from the numeric batch and broadcasts the result; this implementation uses the exact in-memory accumulator path for now.