public class POCross extends PhysicalOperator
PhysicalOperator.OriginalLocation| Modifier and Type | Field and Description | 
|---|---|
protected Tuple[] | 
data  | 
protected DataBag[] | 
inputBags  | 
protected java.util.Iterator<Tuple>[] | 
its  | 
protected Tuple | 
tupleOfLastBag  | 
alias, illustrator, input, inputAttached, inputs, lineageTracer, outputs, parentPlan, pigLogger, reporter, requestedParallelism, res, RESULT_EMPTY, RESULT_EOP, resultType| Constructor and Description | 
|---|
POCross(OperatorKey k)  | 
POCross(OperatorKey k,
       int rp)  | 
POCross(OperatorKey k,
       int rp,
       java.util.List<PhysicalOperator> inp)  | 
POCross(OperatorKey k,
       java.util.List<PhysicalOperator> inp)  | 
| Modifier and Type | Method and Description | 
|---|---|
Result | 
getNextTuple()  | 
Tuple | 
illustratorMarkup(java.lang.Object in,
                 java.lang.Object out,
                 int eqClassIndex)
input tuple mark up to be illustrate-able 
 | 
java.lang.String | 
name()  | 
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, attachInput, clone, 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, unsetProjectionMapprotected DataBag[] inputBags
protected Tuple[] data
protected transient java.util.Iterator<Tuple>[] its
protected Tuple tupleOfLastBag
public POCross(OperatorKey k)
public POCross(OperatorKey k, int rp, java.util.List<PhysicalOperator> inp)
public POCross(OperatorKey k, int rp)
public POCross(OperatorKey k, java.util.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 java.lang.String name()
name in class Operator<PhyPlanVisitor>public boolean supportsMultipleInputs()
OperatorsupportsMultipleInputs in class Operator<PhyPlanVisitor>public boolean supportsMultipleOutputs()
OperatorsupportsMultipleOutputs in class Operator<PhyPlanVisitor>public Tuple illustratorMarkup(java.lang.Object in, java.lang.Object out, int eqClassIndex)
Illustrablein - input tupleout - output tuple before wrapped in ExampleTupleeqClassIndex - index into equivalence classes in illustratorpublic Result getNextTuple() throws ExecException
getNextTuple in class PhysicalOperatorExecExceptionCopyright © 2007-2012 The Apache Software Foundation