You are viewing documentation about an older version (1.1.0). View latest version

snowflake.snowpark.functions.greatest

snowflake.snowpark.functions.greatest(*columns: ColumnOrName) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/functions.py#L2989-L2992)

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.