You are viewing documentation about an older version (1.1.0). View latest version

snowflake.snowpark.CaseExpr.otherwise

CaseExpr.otherwise(value: ColumnOrLiteral) CaseExpr[source] (https://github.com/snowflakedb/snowpark-python/blob/release-v1.1.0/src/snowflake/snowpark/column.py#L778-L783)

Sets the default result for this CASE expression.

else_() is an alias of otherwise().