You are viewing documentation about an older version (1.2.0). View latest version

snowflake.snowpark.functions.count_distinct¶

snowflake.snowpark.functions.count_distinct(*cols: ColumnOrName) → Column[source]¶

Returns either the number of non-NULL distinct records for the specified columns, or the total number of the distinct records.