TanStack

aggregationFn_uniqueCount

Variable: aggregationFn_uniqueCount

ts
const aggregationFn_uniqueCount: AggregationFnDef<any, any, unknown, number>;

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

Counts distinct row values using JavaScript Set semantics.