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