FunctionsStatistical
median_bfloat16
Computes median using the bfloat16 aggregate variant. Current implementation returns exact median for non-NULL numeric values.
median_bfloat16(…) → Float64Kind · aggregate
Computes median using the bfloat16 aggregate variant. Current implementation returns exact median for non-NULL numeric values.
Part of the Statistical family.
median_b_float16_weighted
Computes weighted median using value and weight expressions. Current implementation returns exact weighted median for positive numeric weights.
median_bfloat16_weighted
Computes weighted median for bfloat16 weighted variant. Current implementation returns exact weighted median for positive numeric weights.