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