const aggregationFn_max: AggregationFn<any, any>;const aggregationFn_max: AggregationFn<any, any>;Defined in: fns/aggregationFns.ts:65
Finds the maximum numeric child-row value for a grouped column.
Nullish and non-number values are ignored. Returns undefined when no numeric value is found.