Uses of Class
org.apache.pig.impl.logicalLayer.LOCross

Packages that use LOCross
org.apache.pig.backend.hadoop.executionengine.physicalLayer Implementation of physical operators that use hadoop as the execution engine and data storage. 
org.apache.pig.backend.local.executionengine.physicalLayer   
org.apache.pig.impl.logicalLayer The logical operators that represent a pig script and tools for manipulating those operators. 
org.apache.pig.impl.logicalLayer.optimizer   
org.apache.pig.impl.logicalLayer.validators   
org.apache.pig.pen   
 

Uses of LOCross in org.apache.pig.backend.hadoop.executionengine.physicalLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type LOCross
protected  void LogToPhyTranslationVisitor.visit(LOCross cs)
           
 

Uses of LOCross in org.apache.pig.backend.local.executionengine.physicalLayer
 

Methods in org.apache.pig.backend.local.executionengine.physicalLayer with parameters of type LOCross
 void LocalLogToPhyTranslationVisitor.visit(LOCross cross)
           
 

Uses of LOCross in org.apache.pig.impl.logicalLayer
 

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOCross
protected  void LOVisitor.visit(LOCross cs)
           
protected  void LogicalPlanCloneHelper.visit(LOCross cs)
           
 void PlanSetter.visit(LOCross op)
           
protected  void ProjectionMapCalculator.visit(LOCross cs)
           
protected  void ProjectionMapRemover.visit(LOCross cs)
           
 

Uses of LOCross in org.apache.pig.impl.logicalLayer.optimizer
 

Methods in org.apache.pig.impl.logicalLayer.optimizer with parameters of type LOCross
protected  void SchemaCalculator.visit(LOCross cs)
           
protected  void SchemaRemover.visit(LOCross cs)
           
 

Uses of LOCross in org.apache.pig.impl.logicalLayer.validators
 

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOCross
protected  void TypeCheckingVisitor.visit(LOCross cs)
          Return concatenated of all fields from all input operators If one of the inputs have no schema then we cannot construct the output schema.
 

Uses of LOCross in org.apache.pig.pen
 

Methods in org.apache.pig.pen with parameters of type LOCross
protected  void AugmentBaseDataVisitor.visit(LOCross cs)
           
protected  void DerivedDataVisitor.visit(LOCross cs)
           
protected  void LineageTrimmingVisitor.visit(LOCross cs)
           
 



Copyright © ${year} The Apache Software Foundation