const aggregationFn_uniqueCount: AggregationFn<any, any>;const aggregationFn_uniqueCount: AggregationFn<any, any>;Defined in: fns/aggregationFns.ts:215
Counts unique leaf-row values for a grouped column.
Values are compared with JavaScript Set semantics.