const aggregationFn_uniqueCount: AggregationFnDef<any, any, unknown, number>;
Defined in: features/row-aggregation/aggregationFns.ts:303
Counts distinct row values using JavaScript Set semantics.