Uses of Class
io.trino.sql.planner.optimizations.PlanNodeSearcher
Packages that use PlanNodeSearcher
-
Uses of PlanNodeSearcher in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return PlanNodeSearcherModifier and TypeMethodDescriptionPlanNodeSearcher.recurseOnlyWhen(Predicate<PlanNode> skipOnly) static PlanNodeSearcherPlanNodeSearcher.searchFrom(PlanNode node) static PlanNodeSearcherPlanNodeSearcher.searchFrom(PlanNode node, Lookup lookup) Use it in optimizerRuleonly if you truly do not have a better optionfinal PlanNodeSearcherPlanNodeSearcher.whereIsInstanceOfAny(Class<? extends PlanNode>... classes) final PlanNodeSearcherPlanNodeSearcher.whereIsInstanceOfAny(List<Class<? extends PlanNode>> classes)