public class CollectAndMerge extends PlanAndPlannedAnalyzedRelation
IS_NOOP
Constructor and Description |
---|
CollectAndMerge(CollectPhase collectPhase,
MergePhase localMerge) |
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(PlanVisitor<C,R> visitor,
C context) |
void |
addProjection(Projection projection) |
CollectPhase |
collectPhase() |
java.util.UUID |
jobId() |
MergePhase |
localMerge() |
boolean |
resultIsDistributed() |
UpstreamPhase |
resultPhase() |
accept, fields, getField, getQualifiedName, getWritableField, plan, setQualifiedName
public CollectAndMerge(CollectPhase collectPhase, @Nullable MergePhase localMerge)
public CollectPhase collectPhase()
@Nullable public MergePhase localMerge()
public <C,R> R accept(PlanVisitor<C,R> visitor, C context)
public java.util.UUID jobId()
public void addProjection(Projection projection)
public boolean resultIsDistributed()
public UpstreamPhase resultPhase()