snowflake.snowpark.functions.count_distinct¶
- snowflake.snowpark.functions.count_distinct(*cols: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/functions.py#L582-L601)¶
Returns either the number of non-NULL distinct records for the specified columns, or the total number of the distinct records.
Example