Uses of Class
io.trino.sql.planner.plan.IndexJoinNode
Packages that use IndexJoinNode
Package
Description
-
Uses of IndexJoinNode in io.trino.sql.planner
Methods in io.trino.sql.planner with parameters of type IndexJoinNodeModifier and TypeMethodDescriptionBuildSideJoinPlanVisitor.visitIndexJoin(IndexJoinNode node, C context) -
Uses of IndexJoinNode in io.trino.sql.planner.iterative.rule
Methods in io.trino.sql.planner.iterative.rule with parameters of type IndexJoinNodeModifier and TypeMethodDescriptionPruneIndexJoinColumns.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 IndexJoinNodeMethods in io.trino.sql.planner.plan with parameters of type IndexJoinNode