|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pig.impl.plan.Operator<LOVisitor>
org.apache.pig.impl.logicalLayer.LogicalOperator
org.apache.pig.impl.logicalLayer.RelationalOperator
org.apache.pig.impl.logicalLayer.LOCross
public class LOCross
| Field Summary |
|---|
| Fields inherited from class org.apache.pig.impl.logicalLayer.LogicalOperator |
|---|
mAlias, mIsProjectionMapComputed, mIsSchemaComputed, mPinnedOptions, mPlan, mProjectionMap, mRequestedParallelism, mSchema, mType |
| Fields inherited from class org.apache.pig.impl.plan.Operator |
|---|
mKey |
| Constructor Summary | |
|---|---|
LOCross(LogicalPlan plan,
OperatorKey k)
|
|
| Method Summary | |
|---|---|
List<LogicalOperator> |
getInputs()
|
ProjectionMap |
getProjectionMap()
Produce a map describing how this operator modifies its projection. |
List<RequiredFields> |
getRelevantInputs(int output,
int column)
Get relevant input columns of a particular output column. |
List<RequiredFields> |
getRequiredFields()
Get a list of fields that this operator requires. |
Schema |
getSchema()
Get a copy of the schema for the output of this operator. |
byte |
getType()
Get the type of this operator. |
String |
name()
|
boolean |
supportsMultipleInputs()
Indicates whether this operator supports multiple inputs. |
void |
visit(LOVisitor v)
Visit this node with the provided visitor. |
| Methods inherited from class org.apache.pig.impl.logicalLayer.RelationalOperator |
|---|
insertPlainForEachAfter, pruneColumnInPlan, pruneColumns, regenerateProjectionMap, unsetProjectionMap |
| Methods inherited from class org.apache.pig.impl.logicalLayer.LogicalOperator |
|---|
clone, forceSchema, getAlias, getOperatorKey, getPlan, getRequestedParallelism, isPinnedOption, pinOption, reconcileSchema, regenerateSchema, setAlias, setCanonicalNames, setPlan, setRequestedParallelism, setSchema, setSchemaComputed, setType, supportsMultipleOutputs, toString, unsetSchema |
| Methods inherited from class org.apache.pig.impl.plan.Operator |
|---|
compareTo, equals, hashCode, rewire |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LOCross(LogicalPlan plan,
OperatorKey k)
plan - Logical plan this operator is a part of.k - Operator key to assign to this node.| Method Detail |
|---|
public List<LogicalOperator> getInputs()
public Schema getSchema()
throws FrontendException
LogicalOperator
getSchema in class LogicalOperatorFrontendExceptionpublic String name()
name in class Operator<LOVisitor>public boolean supportsMultipleInputs()
Operator
supportsMultipleInputs in class Operator<LOVisitor>
public void visit(LOVisitor v)
throws VisitorException
LogicalOperator
visit in class LogicalOperatorv - Visitor to visit with.
VisitorException - if the visitor has a problem.public byte getType()
LogicalOperator
getType in class LogicalOperatorpublic ProjectionMap getProjectionMap()
RelationalOperator
getProjectionMap in class RelationalOperatorpublic List<RequiredFields> getRequiredFields()
RelationalOperator
getRequiredFields in class RelationalOperator
public List<RequiredFields> getRelevantInputs(int output,
int column)
throws FrontendException
RelationalOperator
getRelevantInputs in class RelationalOperatoroutput - output index. Only LOSplit have output other than 0 currentlycolumn - output column
FrontendException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||