Uses of Class
io.trino.sql.tree.SimpleCaseExpression
Packages that use SimpleCaseExpression
-
Uses of SimpleCaseExpression in io.trino.sql
Methods in io.trino.sql with parameters of type SimpleCaseExpressionModifier and TypeMethodDescriptionprotected 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 SimpleCaseExpressionModifier and TypeMethodDescriptionExpressionRewriter.rewriteSimpleCaseExpression(SimpleCaseExpression node, C context, ExpressionTreeRewriter<C> treeRewriter) protected RAstVisitor.visitSimpleCaseExpression(SimpleCaseExpression node, C context) protected VoidDefaultTraversalVisitor.visitSimpleCaseExpression(SimpleCaseExpression node, C context)