snowflake.snowpark.CaseExpr.otherwise¶
- CaseExpr.otherwise(value: ColumnOrLiteral) CaseExpr [source]¶
Sets the default result for this CASE expression.
else_()
is an alias ofotherwise()
.
Sets the default result for this CASE expression.
else_()
is an alias of otherwise()
.