snowflake.snowpark.functions.count¶
- snowflake.snowpark.functions.count(e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/functions.py#L952-L984)¶
Returns either the number of non-NULL records for the specified columns, or the total number of records.
Example