Uses of Class
io.trino.sql.tree.IfExpression
Packages that use IfExpression
-
Uses of IfExpression in io.trino.sql
Methods in io.trino.sql with parameters of type IfExpressionModifier and TypeMethodDescriptionprotected StringExpressionFormatter.Formatter.visitIfExpression(IfExpression node, Void context) -
Uses of IfExpression in io.trino.sql.tree
Methods in io.trino.sql.tree with parameters of type IfExpressionModifier and TypeMethodDescriptionExpressionRewriter.rewriteIfExpression(IfExpression node, C context, ExpressionTreeRewriter<C> treeRewriter) protected RAstVisitor.visitIfExpression(IfExpression node, C context) protected VoidDefaultTraversalVisitor.visitIfExpression(IfExpression node, C context)