Uses of Class
io.trino.sql.planner.optimizations.PlanNodeDecorrelator.DecorrelatedNode
-
Packages that use PlanNodeDecorrelator.DecorrelatedNode Package Description io.trino.sql.planner.optimizations -
-
Uses of PlanNodeDecorrelator.DecorrelatedNode in io.trino.sql.planner.optimizations
Methods in io.trino.sql.planner.optimizations that return types with arguments of type PlanNodeDecorrelator.DecorrelatedNode Modifier and Type Method Description Optional<PlanNodeDecorrelator.DecorrelatedNode>PlanNodeDecorrelator. decorrelateFilters(PlanNode node, List<Symbol> correlation)
-