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.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.newplan.logical   
org.apache.pig.pen   
org.apache.pig.tools.pigstats   
 

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.impl.logicalLayer
 

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

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 SchemaRemover.visit(LOCross cs)
           
protected  void SchemaCalculator.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.
protected  void SchemaAliasVisitor.visit(LOCross cross)
           
 

Uses of LOCross in org.apache.pig.newplan.logical
 

Methods in org.apache.pig.newplan.logical with parameters of type LOCross
 void LogicalPlanMigrationVistor.visit(LOCross cross)
           
 

Uses of LOCross in org.apache.pig.pen
 

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

Uses of LOCross in org.apache.pig.tools.pigstats
 

Methods in org.apache.pig.tools.pigstats with parameters of type LOCross
protected  void ScriptState.LogicalPlanFeatureVisitor.visit(LOCross op)
           
 



Copyright © ${year} The Apache Software Foundation