@Immutable public class SubPlan extends Object
| Constructor and Description |
|---|
SubPlan(PlanFragment fragment,
List<SubPlan> children) |
| Modifier and Type | Method and Description |
|---|---|
List<PlanFragment> |
getAllFragments()
Flattens the subplan and returns all PlanFragments in the tree
|
List<SubPlan> |
getChildren() |
PlanFragment |
getFragment() |
void |
sanityCheck() |
public SubPlan(PlanFragment fragment, List<SubPlan> children)
public PlanFragment getFragment()
public List<PlanFragment> getAllFragments()
public void sanityCheck()
Copyright © 2012–2019. All rights reserved.