snowflake.snowpark.functions.least¶ snowflake.snowpark.functions.least(*columns: ColumnOrName) → Column[source]¶ Returns the smallest value from a list of expressions. LEAST supports all data types, including VARIANT.