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