Uses of Record Class
io.trino.sql.ir.Reference
Packages that use Reference
Package
Description
-
Uses of Reference in io.trino.sql.ir
Methods in io.trino.sql.ir with parameters of type ReferenceModifier and TypeMethodDescriptionExpressionRewriter.rewriteReference(Reference node, C context, ExpressionTreeRewriter<C> treeRewriter) protected StringExpressionFormatter.Formatter.visitReference(Reference node, Void context) protected RIrVisitor.visitReference(Reference node, C context) -
Uses of Reference in io.trino.sql.planner
Methods in io.trino.sql.planner that return ReferenceMethods in io.trino.sql.planner with parameters of type ReferenceModifier and TypeMethodDescriptionprotected Optional<ConnectorExpression> ConnectorExpressionTranslator.SqlToConnectorExpressionTranslator.visitReference(Reference node, Void context) -
Uses of Reference in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type ReferenceModifier and TypeMethodDescriptionSetOperationNode.outputSymbolMap(int sourceIndex) Returns the input to output symbol mapping for the given source channel.SetOperationNode.sourceSymbolMap(int sourceIndex) Returns the output to input symbol mapping for the given source channel -
Uses of Reference in io.trino.sql.relational
Methods in io.trino.sql.relational with parameters of type ReferenceModifier and TypeMethodDescriptionprotected RowExpressionSqlToRowExpressionTranslator.Visitor.visitReference(Reference node, Void context)