Skip to content

countDistinct

function countDistinct(column, ...more): Column;

Defined in: functions/aggregate.ts:39

Returns the number of distinct values in a group.

ParameterType
columnColOrName
moreColOrName[]

Column