Package io.trino.sql.planner.plan
Class ChildReplacer
- java.lang.Object
-
- io.trino.sql.planner.plan.ChildReplacer
-
public final class ChildReplacer extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PlanNodereplaceChildren(PlanNode node, List<PlanNode> children)Return an identical copy of the given node with its children replaced
-