Uses of Class
io.trino.sql.planner.plan.IndexJoinNode
-
Packages that use IndexJoinNode Package Description io.trino.sql.planner.iterative.rule io.trino.sql.planner.plan -
-
Uses of IndexJoinNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule with parameters of type IndexJoinNode Modifier and Type Method Description protected Optional<PlanNode>PruneIndexJoinColumns. pushDownProjectOff(Rule.Context context, IndexJoinNode indexJoinNode, Set<Symbol> referencedOutputs) -
Uses of IndexJoinNode in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type IndexJoinNode Modifier and Type Method Description static Pattern<IndexJoinNode>Patterns. indexJoin()Methods in io.trino.sql.planner.plan with parameters of type IndexJoinNode Modifier and Type Method Description RPlanVisitor. visitIndexJoin(IndexJoinNode node, C context)
-