const aggregationFn_median: AggregationFnDef<any, any, unknown, number | undefined>;Defined in: features/row-aggregation/aggregationFns.ts:263
Computes the median of the numeric row values. Non-numeric values are ignored, matching the sum/min/max/mean aggregations. Returns undefined when no numeric values remain.