public class StageExecutionPlan extends Object
| Constructor and Description |
|---|
StageExecutionPlan(PlanFragment fragment,
Map<PlanNodeId,SplitSource> splitSources,
List<StageExecutionPlan> subStages) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFieldNames() |
PlanFragment |
getFragment() |
Map<PlanNodeId,SplitSource> |
getSplitSources() |
List<StageExecutionPlan> |
getSubStages() |
String |
toString() |
StageExecutionPlan |
withBucketToPartition(Optional<int[]> bucketToPartition) |
public StageExecutionPlan(PlanFragment fragment, Map<PlanNodeId,SplitSource> splitSources, List<StageExecutionPlan> subStages)
public PlanFragment getFragment()
public Map<PlanNodeId,SplitSource> getSplitSources()
public List<StageExecutionPlan> getSubStages()
public StageExecutionPlan withBucketToPartition(Optional<int[]> bucketToPartition)
Copyright © 2012–2019. All rights reserved.