snowflake.snowpark.CaseExpr.otherwise¶
- CaseExpr.otherwise(value: ColumnOrLiteral) CaseExpr [source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.3.0/src/snowflake/snowpark/column.py#L787-L792)¶
Sets the default result for this CASE expression.
else_()
is an alias ofotherwise()
.