Uses of Class
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.MapReduceOper

Packages that use MapReduceOper
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans   
 

Uses of MapReduceOper in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return MapReduceOper
 MapReduceOper MRCompiler.getSortJob(POSort sort, MapReduceOper quantJob, FileSpec lFile, FileSpec quantFile, int rp, Pair<Integer,Byte>[] fields)
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return types with arguments of type MapReduceOper
 Pair<MapReduceOper,Integer> MRCompiler.getQuantileJob(POSort inpSort, MapReduceOper prevJob, FileSpec lFile, FileSpec quantFile, int rp, Pair<Integer,Byte>[] fields)
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer with parameters of type MapReduceOper
 Pair<MapReduceOper,Integer> MRCompiler.getQuantileJob(POSort inpSort, MapReduceOper prevJob, FileSpec lFile, FileSpec quantFile, int rp, Pair<Integer,Byte>[] fields)
           
 MapReduceOper MRCompiler.getSortJob(POSort sort, MapReduceOper quantJob, FileSpec lFile, FileSpec quantFile, int rp, Pair<Integer,Byte>[] fields)
           
 void MRCompiler.simpleConnectMapToReduce(MapReduceOper mro)
           
 void CombinerOptimizer.visitMROp(MapReduceOper mr)
           
 void KeyTypeDiscoveryVisitor.visitMROp(MapReduceOper mr)
           
 

Uses of MapReduceOper in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans
 

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans with parameters of type MapReduceOper
 void MROpPlanVisitor.visitMROp(MapReduceOper mr)
           
 void MRPrinter.visitMROp(MapReduceOper mr)
           
 void MRStreamHandler.visitMROp(MapReduceOper mr)
           
 void POPackageAnnotator.visitMROp(MapReduceOper mr)
           
 

Constructor parameters in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer.plans with type arguments of type MapReduceOper
MROpPlanVisitor(MROperPlan plan, PlanWalker<MapReduceOper,MROperPlan> walker)
           
 



Copyright © ${year} The Apache Software Foundation