Uses of Class
io.trino.sql.ir.WhenClause
Packages that use WhenClause
-
Uses of WhenClause in io.trino.sql.ir
Methods in io.trino.sql.ir that return types with arguments of type WhenClauseModifier and TypeMethodDescriptionCase.whenClauses()Returns the value of thewhenClausesrecord component.Switch.whenClauses()Returns the value of thewhenClausesrecord component.Methods in io.trino.sql.ir with parameters of type WhenClauseModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.format(WhenClause node, Void context) Constructor parameters in io.trino.sql.ir with type arguments of type WhenClauseModifierConstructorDescriptionCase(List<WhenClause> whenClauses, Expression defaultValue) Creates an instance of aCaserecord class.Switch(Expression operand, List<WhenClause> whenClauses, Expression defaultValue) Creates an instance of aSwitchrecord class.