Uses of Class
com.snowflake.snowpark_java.CaseExpr
-
Packages that use CaseExpr Package Description com.snowflake.snowpark_java Provides most of the classes for the Snowpark Java API. -
-
Uses of CaseExpr in com.snowflake.snowpark_java
Methods in com.snowflake.snowpark_java that return CaseExpr Modifier and Type Method Description CaseExpr
CaseExpr. when(Column condition, Column value)
Appends one more WHEN condition to the CASE expression.static CaseExpr
Functions. when(Column condition, Column value)
Works like a cascading if-then-else statement.
-