public class POSkewedJoin extends PhysicalOperator
PhysicalOperator.OriginalLocation
alias, illustrator, input, inputAttached, inputs, lineageTracer, mBagFactory, mTupleFactory, outputs, parentPlan, pigLogger, reporter, requestedParallelism, res, RESULT_EMPTY, RESULT_EOP, resultType
Constructor and Description |
---|
POSkewedJoin(OperatorKey k) |
POSkewedJoin(OperatorKey k,
int rp) |
POSkewedJoin(OperatorKey k,
int rp,
List<PhysicalOperator> inp,
boolean[] flags) |
POSkewedJoin(OperatorKey k,
List<PhysicalOperator> inp,
boolean[] flags) |
Modifier and Type | Method and Description |
---|---|
void |
addSchema(Schema s) |
boolean[] |
getInnerFlags() |
MultiMap<PhysicalOperator,PhysicalPlan> |
getJoinPlans() |
Schema |
getSchema(int i) |
Tuple |
illustratorMarkup(Object in,
Object out,
int eqClassIndex)
input tuple mark up to be illustrate-able
|
String |
name() |
void |
setJoinPlans(MultiMap<PhysicalOperator,PhysicalPlan> joinPlans) |
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, clonePlans, copyAliasFrom, detachInput, getAlias, getAliasString, getIllustrator, getInputs, getLogger, getNext, getNextBigDecimal, getNextBigInteger, getNextBoolean, getNextDataBag, getNextDataByteArray, getNextDateTime, getNextDouble, getNextFloat, getNextInteger, getNextLong, getNextMap, getNextString, getNextTuple, getOriginalLocations, getPigLogger, getReporter, getRequestedParallelism, getResultType, isAccumStarted, isAccumulative, isBlocking, isInputAttached, processInput, reset, setAccumEnd, setAccumStart, setAccumulative, setIllustrator, setInputs, setParentPlan, setPigLogger, setReporter, setRequestedParallelism, setResultType, staticDataCleanup
compareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, toString, unsetProjectionMap
public POSkewedJoin(OperatorKey k)
public POSkewedJoin(OperatorKey k, int rp)
public POSkewedJoin(OperatorKey k, List<PhysicalOperator> inp, boolean[] flags)
public POSkewedJoin(OperatorKey k, int rp, List<PhysicalOperator> inp, boolean[] flags)
public boolean[] getInnerFlags()
public MultiMap<PhysicalOperator,PhysicalPlan> getJoinPlans()
public void setJoinPlans(MultiMap<PhysicalOperator,PhysicalPlan> joinPlans)
public void visit(PhyPlanVisitor v) throws VisitorException
Operator
visit
in class PhysicalOperator
v
- Visitor to visit with.VisitorException
- if the visitor has a problem.public String name()
name
in class Operator<PhyPlanVisitor>
public boolean supportsMultipleInputs()
Operator
supportsMultipleInputs
in class Operator<PhyPlanVisitor>
public boolean supportsMultipleOutputs()
Operator
supportsMultipleOutputs
in class Operator<PhyPlanVisitor>
public void addSchema(Schema s)
public Schema getSchema(int i)
public Tuple illustratorMarkup(Object in, Object out, int eqClassIndex)
Illustrable
in
- input tupleout
- output tuple before wrapped in ExampleTupleeqClassIndex
- index into equivalence classes in illustratorCopyright © 2007-2012 The Apache Software Foundation