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

Packages that use LOSplit
org.apache.pig.backend.hadoop.executionengine   
org.apache.pig.impl.logicalLayer   
org.apache.pig.impl.logicalLayer.optimizer.streaming   
 

Uses of LOSplit in org.apache.pig.backend.hadoop.executionengine
 

Constructors in org.apache.pig.backend.hadoop.executionengine with parameters of type LOSplit
SplitSpec(LOSplit lo, PigContext pigContext)
           
 

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

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

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

Methods in org.apache.pig.impl.logicalLayer.optimizer.streaming with parameters of type LOSplit
 void LoadOptimizer.visitSplit(LOSplit s)
           
 void StoreOptimizer.visitSplit(LOSplit s)
           
 



Copyright © ${year} The Apache Software Foundation