telepath / com.github.giedomak.telepath.datamodels.plans / AbstractMultiTree / setChild
setChild
fun setChild(index: Int, tree: ImplementingTree): Unit
(source)
Set a child at a given index in our children list.
We'll replace or add when needed.
Parameters
index
- Index of the child.
tree
- LogicalPlan we will be setting as our child.