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

Packages that use LOLoad
org.apache.pig.impl.logicalLayer   
org.apache.pig.impl.logicalLayer.optimizer.streaming   
 

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

Methods in org.apache.pig.impl.logicalLayer with parameters of type LOLoad
 void LOPrinter.visitLoad(LOLoad l)
          Only LOLoad.visit() should ever call this method.
 void LOTreePrinter.visitLoad(LOLoad g)
           
 void LOVisitor.visitLoad(LOLoad load)
          Only LOLoad.visit() and subclass implementations of this function should ever call this method.
 

Uses of LOLoad in org.apache.pig.impl.logicalLayer.optimizer.streaming
 

Methods in org.apache.pig.impl.logicalLayer.optimizer.streaming with parameters of type LOLoad
 void LoadOptimizer.visitLoad(LOLoad load)
           
 void StoreOptimizer.visitLoad(LOLoad load)
           
 



Copyright © ${year} The Apache Software Foundation