FunctionsStatistical
quantiles_b_float16_weighted
Computes one weighted quantile from value and weight columns in the current batch and broadcasts the result to all output rows.
quantiles_b_float16_weighted(…) → Float64Kind · scalar
Computes one weighted quantile from value and weight columns in the current batch and broadcasts the result to all output rows.
Part of the Statistical family.
quantiles_b_float16
Computes one quantile from the current numeric batch (optionally using a quantile argument column) and broadcasts the result across output rows.
quantiles_deterministic
Computes one quantile from the current numeric batch with deterministic ordering and repeats the result for each output row.