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

Packages that use LOJoin
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   
 

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

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

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

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

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOJoin
protected  void ProjectionMapRemover.visit(LOJoin join)
           
protected  void ProjectionMapCalculator.visit(LOJoin join)
           
protected  void ProjectStarTranslator.visit(LOJoin join)
           
 void PlanSetter.visit(LOJoin op)
           
protected  void LOVisitor.visit(LOJoin loj)
           
protected  void ColumnPruner.visit(LOJoin join)
           
 

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

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

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

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOJoin
protected  void TypeCheckingVisitor.visit(LOJoin join)
          LOJoin visitor
protected  void SchemaAliasVisitor.visit(LOJoin join)
           
 



Copyright © ${year} The Apache Software Foundation