Uses of Class
io.trino.sql.tree.SimpleCaseExpression
-
Packages that use SimpleCaseExpression Package Description io.trino.sql io.trino.sql.tree -
-
Uses of SimpleCaseExpression in io.trino.sql
Methods in io.trino.sql with parameters of type SimpleCaseExpression Modifier and Type Method Description protected StringExpressionFormatter.Formatter. visitSimpleCaseExpression(SimpleCaseExpression node, Void context) -
Uses of SimpleCaseExpression in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type SimpleCaseExpression Modifier and Type Method Description ExpressionExpressionRewriter. rewriteSimpleCaseExpression(SimpleCaseExpression node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitSimpleCaseExpression(SimpleCaseExpression node, C context)protected VoidDefaultTraversalVisitor. visitSimpleCaseExpression(SimpleCaseExpression node, C context)
-