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

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

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

Methods in org.apache.pig.backend.hadoop.executionengine with parameters of type LOSort
 POMapreduce MapreducePlanCompiler.getSortJob(String scope, long id, Map<OperatorKey,ExecPhysicalOperator> physicalOpTable, OperatorKey logicalKey, POMapreduce quantileJob, LOSort loSort)
           
 

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

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

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

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



Copyright © ${year} The Apache Software Foundation