TanStack

Row_RowAggregation

Interface: Row_RowAggregation

Defined in: features/row-aggregation/rowAggregationFeature.types.ts:303

Internal per-row cache used while grouped aggregates are evaluated.

Properties

_aggregationValuesCache?

ts
optional _aggregationValuesCache: Record<string, unknown>;

Defined in: features/row-aggregation/rowAggregationFeature.types.ts:305

Cached aggregate results keyed by column id; created lazily on grouped rows.