snowflake.snowpark.functions.coalesce¶ snowflake.snowpark.functions.coalesce(*e: ColumnOrName) → Column[source]¶ Returns the first non-NULL expression among its arguments, or NULL if all its arguments are NULL.