fn insert_below(
plan: LogicalPlan,
new_child: LogicalPlan,
) -> Result<Transformed<LogicalPlan>>Expand description
Replace the existing child of the single input node with new_child.
Starting:
plan
childEnding:
plan
new_childfn insert_below(
plan: LogicalPlan,
new_child: LogicalPlan,
) -> Result<Transformed<LogicalPlan>>Replace the existing child of the single input node with new_child.
Starting:
plan
childEnding:
plan
new_child