countDistinct
function countDistinct(column, ...more): Column;Defined in: functions/aggregate.ts:39
Returns the number of distinct values in a group.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
column | ColOrName |
…more | ColOrName[] |
function countDistinct(column, ...more): Column;Defined in: functions/aggregate.ts:39
Returns the number of distinct values in a group.
| Parameter | Type |
|---|---|
column | ColOrName |
…more | ColOrName[] |