Uses of Class
io.trino.sql.planner.optimizations.PlanNodeSearcher
-
Packages that use PlanNodeSearcher Package Description io.trino.sql.planner.optimizations -
-
Uses of PlanNodeSearcher in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return PlanNodeSearcher Modifier and Type Method Description PlanNodeSearcherPlanNodeSearcher. 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 optionPlanNodeSearcherPlanNodeSearcher. where(Predicate<PlanNode> where)
-