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

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

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

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

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

Methods in org.apache.pig.impl.logicalLayer.optimizer.streaming with parameters of type LOCogroup
 void LoadOptimizer.visitCogroup(LOCogroup g)
           
 void StoreOptimizer.visitCogroup(LOCogroup g)
           
 



Copyright © ${year} The Apache Software Foundation