snowflake.snowpark.functions.count¶ snowflake.snowpark.functions.count(e: ColumnOrName) → Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L495-L503)¶ Returns either the number of non-NULL records for the specified columns, or the total number of records.