Uses of Class
io.trino.sql.tree.CaseStatementWhenClause
Packages that use CaseStatementWhenClause
-
Uses of CaseStatementWhenClause in io.trino.sql.tree
Methods in io.trino.sql.tree that return types with arguments of type CaseStatementWhenClauseMethods in io.trino.sql.tree with parameters of type CaseStatementWhenClauseModifier and TypeMethodDescriptionprotected RAstVisitor.visitCaseStatementWhenClause(CaseStatementWhenClause node, C context) Constructor parameters in io.trino.sql.tree with type arguments of type CaseStatementWhenClauseModifierConstructorDescriptionCaseStatement(NodeLocation location, Optional<Expression> expression, List<CaseStatementWhenClause> whenClauses, Optional<ElseClause> elseClause)