public class CopyTo extends PlanAndPlannedAnalyzedRelation
IS_NOOP
Constructor and Description |
---|
CopyTo(java.util.UUID id,
Plan innerPlan,
MergePhase handlerMergeNode) |
Modifier and Type | Method and Description |
---|---|
<C,R> R |
accept(PlanVisitor<C,R> visitor,
C context) |
void |
addProjection(Projection projection) |
com.google.common.base.Optional<MergePhase> |
handlerMergeNode() |
Plan |
innerPlan() |
java.util.UUID |
jobId() |
boolean |
resultIsDistributed() |
UpstreamPhase |
resultPhase() |
accept, fields, getField, getWritableField, plan
public CopyTo(java.util.UUID id, Plan innerPlan, @Nullable MergePhase handlerMergeNode)
public <C,R> R accept(PlanVisitor<C,R> visitor, C context)
public java.util.UUID jobId()
public Plan innerPlan()
public com.google.common.base.Optional<MergePhase> handlerMergeNode()
public void addProjection(Projection projection)
public boolean resultIsDistributed()
public UpstreamPhase resultPhase()