Uses of Record Class
io.trino.sql.ir.NullIf
Packages that use NullIf
-
Uses of NullIf in io.trino.sql.ir
Methods in io.trino.sql.ir with parameters of type NullIfModifier and TypeMethodDescriptionExpressionRewriter.rewriteNullIf(NullIf node, C context, ExpressionTreeRewriter<C> treeRewriter) protected VoidDefaultTraversalVisitor.visitNullIf(NullIf node, C context) protected StringExpressionFormatter.Formatter.visitNullIf(NullIf node, Void context) protected RIrVisitor.visitNullIf(NullIf node, C context) -
Uses of NullIf in io.trino.sql.planner
Methods in io.trino.sql.planner with parameters of type NullIfModifier and TypeMethodDescriptionprotected Optional<ConnectorExpression> ConnectorExpressionTranslator.SqlToConnectorExpressionTranslator.visitNullIf(NullIf node, Void context) -
Uses of NullIf in io.trino.sql.relational
Methods in io.trino.sql.relational with parameters of type NullIfModifier and TypeMethodDescriptionprotected RowExpressionSqlToRowExpressionTranslator.Visitor.visitNullIf(NullIf node, Void context)