public class POPreCombinerLocalRearrange extends PhysicalOperator
PhysicalOperator.OriginalLocation| Modifier and Type | Field and Description | 
|---|---|
| protected byte | keyType | 
| protected List<ExpressionOperator> | leafOps | 
| protected List<PhysicalPlan> | plans | 
| protected static long | serialVersionUID | 
alias, illustrator, input, inputAttached, inputs, lineageTracer, mBagFactory, mTupleFactory, outputs, parentPlan, pigLogger, reporter, requestedParallelism, res, RESULT_EMPTY, RESULT_EOP, resultType| Constructor and Description | 
|---|
| POPreCombinerLocalRearrange(OperatorKey k) | 
| POPreCombinerLocalRearrange(OperatorKey k,
                           int rp) | 
| POPreCombinerLocalRearrange(OperatorKey k,
                           int rp,
                           List<PhysicalOperator> inp) | 
| POPreCombinerLocalRearrange(OperatorKey k,
                           List<PhysicalOperator> inp) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | attachInput(Tuple t)Overridden since the attachment of the new input should cause the old
 processing to end. | 
| POPreCombinerLocalRearrange | clone()Make a copy of this operator. | 
| protected Tuple | constructLROutput(List<Result> resLst,
                 Tuple value) | 
| byte | getKeyType() | 
| Result | getNextTuple()Calls getNext on the generate operator inside the nested
 physical plan. | 
| List<PhysicalPlan> | getPlans() | 
| Tuple | illustratorMarkup(Object in,
                 Object out,
                 int eqClassIndex)input tuple mark up to be illustrate-able | 
| String | name() | 
| void | setKeyType(byte keyType) | 
| void | setPlans(List<PhysicalPlan> plans) | 
| boolean | supportsMultipleInputs()Indicates whether this operator supports multiple inputs. | 
| boolean | supportsMultipleOutputs()Indicates whether this operator supports multiple outputs. | 
| void | visit(PhyPlanVisitor v)Visit this node with the provided visitor. | 
addOriginalLocation, addOriginalLocation, cloneHelper, clonePlans, copyAliasFrom, detachInput, getAlias, getAliasString, getIllustrator, getInputs, getLogger, getNext, getNextBigDecimal, getNextBigInteger, getNextBoolean, getNextDataBag, getNextDataByteArray, getNextDateTime, getNextDouble, getNextFloat, getNextInteger, getNextLong, getNextMap, getNextString, getOriginalLocations, getParentPlan, getPigLogger, getReporter, getRequestedParallelism, getResultType, isAccumStarted, isAccumulative, isBlocking, isEndOfAllInput, isInputAttached, processInput, reset, setAccumEnd, setAccumStart, setAccumulative, setIllustrator, setInputs, setParentPlan, setPigLogger, setReporter, setRequestedParallelism, setResultType, staticDataCleanupcompareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, toString, unsetProjectionMapprotected static final long serialVersionUID
protected List<PhysicalPlan> plans
protected List<ExpressionOperator> leafOps
protected byte keyType
public POPreCombinerLocalRearrange(OperatorKey k)
public POPreCombinerLocalRearrange(OperatorKey k, int rp)
public POPreCombinerLocalRearrange(OperatorKey k, List<PhysicalOperator> inp)
public POPreCombinerLocalRearrange(OperatorKey k, int rp, List<PhysicalOperator> inp)
public void visit(PhyPlanVisitor v) throws VisitorException
Operatorvisit in class PhysicalOperatorv - Visitor to visit with.VisitorException - if the visitor has a problem.public String name()
name in class Operator<PhyPlanVisitor>public boolean supportsMultipleInputs()
OperatorsupportsMultipleInputs in class Operator<PhyPlanVisitor>public boolean supportsMultipleOutputs()
OperatorsupportsMultipleOutputs in class Operator<PhyPlanVisitor>public void attachInput(Tuple t)
attachInput in class PhysicalOperatort - -
            The tuple that should be used as inputpublic Result getNextTuple() throws ExecException
getNextTuple in class PhysicalOperatorExecExceptionprotected Tuple constructLROutput(List<Result> resLst, Tuple value) throws ExecException
ExecExceptionpublic byte getKeyType()
public void setKeyType(byte keyType)
public List<PhysicalPlan> getPlans()
public void setPlans(List<PhysicalPlan> plans)
public Tuple illustratorMarkup(Object in, Object out, int eqClassIndex)
Illustrablein - input tupleout - output tuple before wrapped in ExampleTupleeqClassIndex - index into equivalence classes in illustratorpublic POPreCombinerLocalRearrange clone() throws CloneNotSupportedException
PhysicalOperatorCopyright © 2007-2017 The Apache Software Foundation