COUNTD

Returns count of distinct values within a column

COUNTD( column )

Returns the count of all non-null distinct values in a column

Arguments

Input

Description

column

Column or array to count

Outputs

Outputs count of distinct values in column

Example

Last updated