TanStack

aggregationFn_mean

Variable: aggregationFn_mean

ts
const aggregationFn_mean: AggregationFnDef<any, any, unknown, number | undefined>;

Defined in: features/row-aggregation/aggregationFns.ts:235

Averages number and number-like row values. Nullish and non-numeric values are ignored; other values retain the legacy unary-plus coercion behavior.