Package io.trino.sql.planner.plan
Class AdaptivePlanNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.AdaptivePlanNode
-
Constructor Summary
ConstructorsConstructorDescriptionAdaptivePlanNode(PlanNodeId id, PlanNode initialPlan, Set<Symbol> initialSymbols, PlanNode currentPlan) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) replaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
AdaptivePlanNode
public AdaptivePlanNode(PlanNodeId id, PlanNode initialPlan, Set<Symbol> initialSymbols, PlanNode currentPlan)
-
-
Method Details
-
getInitialPlan
-
getInitialSymbols
-
getCurrentPlan
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-
accept
-