Skip to content

countDistinct

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[]

Column