snowflake.snowpark.functions.greatest¶ snowflake.snowpark.functions.greatest(*columns: ColumnOrName) → Column[source]¶ 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.