snowflake.snowpark.functions.greatest¶
- snowflake.snowpark.functions.greatest(*columns: Union[Column, str]) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.48.0/src/snowflake/snowpark/functions.py#L9274-L9288)¶
Returns the largest value from a list of expressions. If any of the argument values is NULL, the result is NULL. GREATEST supports all data types, including VARIANT.
Examples: