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

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

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

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer with parameters of type LOFRJoin
protected  void LogToPhyTranslationVisitor.visit(LOFRJoin frj)
          Create the inner plans used to configure the Local Rearrange operators(ppLists) Extract the keytypes and create the POFRJoin operator.
 

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOFRJoin
protected  void LOVisitor.visit(LOFRJoin frj)
           
 void PlanSetter.visit(LOFRJoin op)
           
protected  void ProjectStarTranslator.visit(LOFRJoin frj)
           
 

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

Methods in org.apache.pig.impl.logicalLayer.optimizer with parameters of type LOFRJoin
protected  void SchemaRemover.visit(LOFRJoin frj)
           
 

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

Methods in org.apache.pig.impl.logicalLayer.validators with parameters of type LOFRJoin
protected  void TypeCheckingVisitor.visit(LOFRJoin frj)
          Mimics the type checking of LOCogroup
 



Copyright © ${year} The Apache Software Foundation