public class StreamingSubPlan extends Object
Constructor and Description |
---|
StreamingSubPlan(PlanFragment fragment,
List<StreamingSubPlan> children) |
Modifier and Type | Method and Description |
---|---|
List<StreamingSubPlan> |
getChildren() |
PlanFragment |
getFragment() |
StreamingSubPlan |
withBucketToPartition(Optional<int[]> bucketToPartition) |
public StreamingSubPlan(PlanFragment fragment, List<StreamingSubPlan> children)
public PlanFragment getFragment()
public List<StreamingSubPlan> getChildren()
public StreamingSubPlan withBucketToPartition(Optional<int[]> bucketToPartition)
Copyright © 2012–2021. All rights reserved.