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

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

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

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

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

Methods in org.apache.pig.impl.logicalLayer.optimizer.streaming with parameters of type LOUnion
 void LoadOptimizer.visitUnion(LOUnion u)
           
 void StoreOptimizer.visitUnion(LOUnion u)
           
 



Copyright © ${year} The Apache Software Foundation