# aggregationFn_max

# Variable: aggregationFn\_max

```ts
const aggregationFn_max: AggregationFn<any, any>;
```

Defined in: [fns/aggregationFns.ts:57](https://github.com/TanStack/table/blob/main/packages/table-core/src/fns/aggregationFns.ts#L57)

Aggregation function for finding the maximum value of a column.
