snowflake.snowpark.functions.coalesce¶
- snowflake.snowpark.functions.coalesce(*e: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.6.1/src/snowflake/snowpark/functions.py#L1269-L1288)¶
Returns the first non-NULL expression among its arguments, or NULL if all its arguments are NULL.
Example: