Uses of Class
io.trino.sql.ir.NodeRef
Packages that use NodeRef
-
Uses of NodeRef in io.trino.sql.ir
Methods in io.trino.sql.ir that return NodeRef -
Uses of NodeRef in io.trino.sql.planner
Methods in io.trino.sql.planner that return types with arguments of type NodeRefModifier and TypeMethodDescriptionstatic Map<NodeRef<Expression>, ConnectorExpression> PartialTranslator.extractPartialTranslations(Expression inputExpression, Session session) ProducesConnectorExpressiontranslations for disjoint components in the input expression in a top-down manner.Method parameters in io.trino.sql.planner with type arguments of type NodeRefModifier and TypeMethodDescriptionstatic ExpressionReferenceAwareExpressionNodeInliner.replaceExpression(Expression expression, Map<NodeRef<Expression>, Expression> mappings)