Package io.trino.sql.planner.plan
Class ChildReplacer
java.lang.Object
io.trino.sql.planner.plan.ChildReplacer
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlanNodereplaceChildren(PlanNode node, List<PlanNode> children) Return an identical copy of the given node with its children replaced
-
Method Details
-
replaceChildren
Return an identical copy of the given node with its children replaced
-