Uses of Class
org.apache.pig.impl.util.Pair

Packages that use Pair
org.apache.pig.backend.hadoop.executionengine.mapReduceLayer   
org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators   
org.apache.pig.impl.plan   
 

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

Methods in org.apache.pig.backend.hadoop.executionengine.mapReduceLayer that return Pair
 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 Pair
 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)
           
 

Uses of Pair in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators
 

Fields in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with type parameters of type Pair
protected  Map<Integer,Pair<Boolean,Map<Integer,Integer>>> POPackage.keyInfo
           
 

Methods in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators that return types with arguments of type Pair
 Map<Integer,Pair<Boolean,Map<Integer,Integer>>> POPackage.getKeyInfo()
           
 

Method parameters in org.apache.pig.backend.hadoop.executionengine.physicalLayer.relationalOperators with type arguments of type Pair
 void POCombinerPackage.setKeyInfo(Map<Integer,Pair<Boolean,Map<Integer,Integer>>> keyInfo)
           
 void POPackage.setKeyInfo(Map<Integer,Pair<Boolean,Map<Integer,Integer>>> keyInfo)
           
 

Uses of Pair in org.apache.pig.impl.plan
 

Methods in org.apache.pig.impl.plan that return types with arguments of type Pair
 List<Pair<Integer,Integer>> RequiredFields.getFields()
           
 MultiMap<Integer,Pair<Integer,Integer>> ProjectionMap.getMappedFields()
           
 List<Pair<Integer,Integer>> ProjectionMap.getRemovedFields()
           
 

Method parameters in org.apache.pig.impl.plan with type arguments of type Pair
 void RequiredFields.setFields(List<Pair<Integer,Integer>> fields)
           
 void ProjectionMap.setMappedFields(MultiMap<Integer,Pair<Integer,Integer>> fields)
           
 void ProjectionMap.setRemovedFields(List<Pair<Integer,Integer>> fields)
           
 

Constructor parameters in org.apache.pig.impl.plan with type arguments of type Pair
ProjectionMap(MultiMap<Integer,Pair<Integer,Integer>> mapFields, List<Pair<Integer,Integer>> removedFields, List<Integer> addedFields)
           
ProjectionMap(MultiMap<Integer,Pair<Integer,Integer>> mapFields, List<Pair<Integer,Integer>> removedFields, List<Integer> addedFields)
           
RequiredFields(List<Pair<Integer,Integer>> fields)
           
 



Copyright © ${year} The Apache Software Foundation