Uses of Class
io.trino.sql.tree.WhenClause
Packages that use WhenClause
-
Uses of WhenClause in io.trino.sql
Methods in io.trino.sql with parameters of type WhenClauseModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.visitWhenClause(WhenClause node, Void context) -
Uses of WhenClause in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type WhenClauseModifier and TypeMethodDescriptionSearchedCaseExpression.getWhenClauses()SimpleCaseExpression.getWhenClauses()Methods in io.trino.sql.tree with parameters of type WhenClauseModifier and TypeMethodDescriptionExpressionRewriter.rewriteWhenClause(WhenClause node, C context, ExpressionTreeRewriter<C> treeRewriter) protected RAstVisitor.visitWhenClause(WhenClause node, C context) protected VoidDefaultTraversalVisitor.visitWhenClause(WhenClause node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type WhenClauseModifierConstructorDescriptionSearchedCaseExpression(NodeLocation location, List<WhenClause> whenClauses, Optional<Expression> defaultValue) SimpleCaseExpression(NodeLocation location, Expression operand, List<WhenClause> whenClauses, Optional<Expression> defaultValue)