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