function aggregateColumnValue<TFeatures, TData>(args): unknown;Defined in: features/row-aggregation/rowAggregationFeature.utils.ts:307
Executes every configured aggregation over a depth-selected row frontier.
TFeatures extends TableFeatures
TData extends RowData
Column<TFeatures, TData, unknown>
Row<TFeatures, TData>
number
readonly Row<TFeatures, TData>[]
readonly Row<TFeatures, TData>[]
boolean
Marks rows as distinct nodes of a single row tree (rows the table's own row models produced), enabling frontier selection without the duplicate-id guard. Caller-supplied row arrays must omit this.
unknown