Uses of Class
io.trino.sql.tree.IfExpression
-
Packages that use IfExpression Package Description io.trino.sql io.trino.sql.tree -
-
Uses of IfExpression in io.trino.sql
Methods in io.trino.sql with parameters of type IfExpression Modifier and Type Method Description protected 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 IfExpression Modifier and Type Method Description ExpressionExpressionRewriter. rewriteIfExpression(IfExpression node, C context, ExpressionTreeRewriter<C> treeRewriter)protected RAstVisitor. visitIfExpression(IfExpression node, C context)protected VoidDefaultTraversalVisitor. visitIfExpression(IfExpression node, C context)
-