const aggregationFn_median: AggregationFn<any, any>;const aggregationFn_median: AggregationFn<any, any>;Defined in: fns/aggregationFns.ts:162
Computes the median of numeric leaf-row values for a grouped column.
All values must be numbers. If any value is non-numeric, or no leaf rows are present, the result is undefined.