public class POPartitionRearrange extends POLocalRearrange
PhysicalOperator.OriginalLocationindex, inp, isCross, keyType, leafOps, mainKeyType, mFakeTuple, mIsDistinct, mTupleFactory, plans, secondaryKeyType, secondaryLeafOps, secondaryPlansalias, illustrator, input, inputAttached, inputs, lineageTracer, outputs, parentPlan, pigLogger, reporter, requestedParallelism, res, RESULT_EMPTY, RESULT_EOP, resultType| Constructor and Description |
|---|
POPartitionRearrange(OperatorKey k) |
POPartitionRearrange(OperatorKey k,
int rp) |
POPartitionRearrange(OperatorKey k,
int rp,
java.util.List<PhysicalOperator> inp) |
POPartitionRearrange(OperatorKey k,
java.util.List<PhysicalOperator> inp) |
| Modifier and Type | Method and Description |
|---|---|
POPartitionRearrange |
clone()
Make a deep copy of this operator.
|
protected DataBag |
constructPROutput(java.util.List<Result> resLst,
Tuple value) |
Result |
getNextTuple()
Calls getNext on the generate operator inside the nested
physical plan.
|
PigContext |
getPigContext() |
java.lang.String |
name() |
void |
setPigContext(PigContext pigContext) |
attachInput, constructLROutput, deepCopyTo, getIndex, getKeyFromResult, getKeyType, getMainKeyType, getPlans, getProjectedColsMap, getSecondaryProjectedColsMap, illustratorMarkup, isCross, isDistinct, isKeyCompound, isKeyTuple, isProjectStar, isSecondaryKeyTuple, isSecondaryProjectStar, setCross, setDistinct, setIndex, setKeyType, setMultiQueryIndex, setPlans, setPlansFromCombiner, setSecondaryPlans, setStripKeyFromValue, setUseSecondaryKey, supportsMultipleInputs, supportsMultipleOutputs, visitaddOriginalLocation, addOriginalLocation, cloneHelper, copyAliasFrom, detachInput, getAlias, getAliasString, getIllustrator, getInputs, getLogger, getNext, getNextBigDecimal, getNextBigInteger, getNextBoolean, getNextDataBag, getNextDataByteArray, getNextDateTime, getNextDouble, getNextFloat, getNextInteger, getNextLong, getNextMap, getNextString, getOriginalLocations, getPigLogger, getReporter, getRequestedParallelism, getResultType, isAccumStarted, isAccumulative, isBlocking, isInputAttached, processInput, reset, setAccumEnd, setAccumStart, setAccumulative, setIllustrator, setInputs, setParentPlan, setPigLogger, setReporter, setRequestedParallelism, setResultType, staticDataCleanupcompareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, toString, unsetProjectionMappublic POPartitionRearrange(OperatorKey k)
public POPartitionRearrange(OperatorKey k, int rp)
public POPartitionRearrange(OperatorKey k, java.util.List<PhysicalOperator> inp)
public POPartitionRearrange(OperatorKey k, int rp, java.util.List<PhysicalOperator> inp)
public java.lang.String name()
name in class POLocalRearrangepublic Result getNextTuple() throws ExecException
getNextTuple in class POLocalRearrangeExecExceptionprotected DataBag constructPROutput(java.util.List<Result> resLst, Tuple value) throws ExecException
ExecExceptionpublic void setPigContext(PigContext pigContext)
pigContext - the pigContext to setpublic PigContext getPigContext()
public POPartitionRearrange clone() throws java.lang.CloneNotSupportedException
clone in class POLocalRearrangejava.lang.CloneNotSupportedExceptionDo not use the clone method directly. Operators are cloned when logical plans
are cloned using {@link LogicalPlanCloner}Copyright © 2007-2012 The Apache Software Foundation