public class POMergeJoin extends PhysicalOperator
| Modifier and Type | Class and Description |
|---|---|
protected static class |
POMergeJoin.TuplesToSchemaTupleList
This is a class that extends ArrayList, making it easy to provide on the fly conversion
from Tuple to SchemaTuple.
|
PhysicalOperator.OriginalLocationalias, illustrator, input, inputAttached, inputs, lineageTracer, outputs, parentPlan, pigLogger, requestedParallelism, res, resultType| Constructor and Description |
|---|
POMergeJoin(OperatorKey k,
int rp,
java.util.List<PhysicalOperator> inp,
MultiMap<PhysicalOperator,PhysicalPlan> inpPlans,
java.util.List<java.util.List<java.lang.Byte>> keyTypes,
LOJoin.JOINTYPE joinType,
Schema leftInputSchema,
Schema rightInputSchema,
Schema mergedInputSchema) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIndexFile() |
java.util.List<PhysicalPlan> |
getInnerPlansOf(int index) |
LOJoin.JOINTYPE |
getJoinType() |
Result |
getNextTuple() |
java.lang.String |
getSignature() |
Tuple |
illustratorMarkup(java.lang.Object in,
java.lang.Object out,
int eqClassIndex)
input tuple mark up to be illustrate-able
|
java.lang.String |
name() |
void |
setIndexFile(java.lang.String indexFile) |
void |
setRightInputFileName(java.lang.String rightInputFileName) |
void |
setRightLoaderFuncSpec(FuncSpec rightLoaderFuncSpec) |
void |
setSignature(java.lang.String signature) |
void |
setupRightPipeline(PhysicalPlan rightPipeline) |
boolean |
supportsMultipleInputs()
Indicates whether this operator supports multiple inputs.
|
boolean |
supportsMultipleOutputs()
Indicates whether this operator supports multiple outputs.
|
void |
throwProcessingException(boolean withCauseException,
java.lang.Exception e) |
void |
visit(PhyPlanVisitor v)
Visit this node with the provided visitor.
|
addOriginalLocation, addOriginalLocation, attachInput, clone, cloneHelper, 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, setResultTypecompareTo, equals, getOperatorKey, getProjectionMap, hashCode, regenerateProjectionMap, rewire, toString, unsetProjectionMappublic POMergeJoin(OperatorKey k, int rp, java.util.List<PhysicalOperator> inp, MultiMap<PhysicalOperator,PhysicalPlan> inpPlans, java.util.List<java.util.List<java.lang.Byte>> keyTypes, LOJoin.JOINTYPE joinType, Schema leftInputSchema, Schema rightInputSchema, Schema mergedInputSchema) throws PlanException
k - rp - inp - inpPlans - there can only be 2 inputs each being a ListPlanExceptionpublic Result getNextTuple() throws ExecException
getNextTuple in class PhysicalOperatorExecExceptionpublic void throwProcessingException(boolean withCauseException,
java.lang.Exception e)
throws ExecException
ExecExceptionpublic void setupRightPipeline(PhysicalPlan rightPipeline) throws FrontendException
FrontendExceptionpublic void setRightLoaderFuncSpec(FuncSpec rightLoaderFuncSpec)
public java.util.List<PhysicalPlan> getInnerPlansOf(int index)
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 void setRightInputFileName(java.lang.String rightInputFileName)
rightInputFileName - the rightInputFileName to setpublic java.lang.String getSignature()
public void setSignature(java.lang.String signature)
public void setIndexFile(java.lang.String indexFile)
public java.lang.String getIndexFile()
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 LOJoin.JOINTYPE getJoinType()
Copyright © 2007-2012 The Apache Software Foundation