snowflake.snowpark.CaseExpr.otherwise¶

CaseExpr.otherwise(value: Union[Column, None, bool, int, float, str, bytearray, Decimal, date, datetime, time, bytes, list, tuple, dict]) → CaseExpr[source]¶

Sets the default result for this CASE expression.

else_() is an alias of otherwise().