Uses of Class
org.apache.hadoop.hive.ql.plan.PartitionDesc

Packages that use PartitionDesc
org.apache.hadoop.hive.ql.exec Hive QL execution tasks, operators, functions and other handlers. 
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.plan   
 

Uses of PartitionDesc in org.apache.hadoop.hive.ql.exec
 

Methods in org.apache.hadoop.hive.ql.exec that return PartitionDesc
 PartitionDesc FetchOperator.getCurrPart()
           
static PartitionDesc Utilities.getPartitionDesc(Partition part)
           
 

Methods in org.apache.hadoop.hive.ql.exec with parameters of type PartitionDesc
 void FetchOperator.setCurrPart(PartitionDesc currPart)
           
 

Method parameters in org.apache.hadoop.hive.ql.exec with type arguments of type PartitionDesc
 void FetchOperator.setupContext(Iterator<org.apache.hadoop.fs.Path> iterPath, Iterator<PartitionDesc> iterPartDesc)
          used for bucket map join.
 

Uses of PartitionDesc in org.apache.hadoop.hive.ql.io
 

Fields in org.apache.hadoop.hive.ql.io with type parameters of type PartitionDesc
protected  Map<String,PartitionDesc> HiveInputFormat.pathToPartitionInfo
           
 

Methods in org.apache.hadoop.hive.ql.io that return PartitionDesc
protected static PartitionDesc CombineHiveInputFormat.getPartitionDescFromPath(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir)
           
protected static PartitionDesc HiveInputFormat.getPartitionDescFromPath(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir)
           
 

Method parameters in org.apache.hadoop.hive.ql.io with type arguments of type PartitionDesc
protected static PartitionDesc CombineHiveInputFormat.getPartitionDescFromPath(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir)
           
protected static PartitionDesc HiveInputFormat.getPartitionDescFromPath(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir)
           
 

Uses of PartitionDesc in org.apache.hadoop.hive.ql.plan
 

Methods in org.apache.hadoop.hive.ql.plan that return PartitionDesc
 PartitionDesc PartitionDesc.clone()
           
 

Methods in org.apache.hadoop.hive.ql.plan that return types with arguments of type PartitionDesc
 LinkedHashMap<String,PartitionDesc> MapredWork.getAliasToPartnInfo()
           
 ArrayList<PartitionDesc> FetchWork.getPartDesc()
           
 LinkedHashMap<String,PartitionDesc> MapredWork.getPathToPartitionInfo()
           
 

Methods in org.apache.hadoop.hive.ql.plan with parameters of type PartitionDesc
 void MapredWork.addMapWork(String path, String alias, Operator<?> work, PartitionDesc pd)
           
 

Method parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PartitionDesc
 void MapredWork.setAliasToPartnInfo(LinkedHashMap<String,PartitionDesc> aliasToPartnInfo)
           
 void FetchWork.setPartDesc(ArrayList<PartitionDesc> partDesc)
           
 void MapredWork.setPathToPartitionInfo(LinkedHashMap<String,PartitionDesc> pathToPartitionInfo)
           
 

Constructor parameters in org.apache.hadoop.hive.ql.plan with type arguments of type PartitionDesc
FetchWork(List<String> partDir, List<PartitionDesc> partDesc)
           
FetchWork(List<String> partDir, List<PartitionDesc> partDesc, int limit)
           
MapredWork(String command, LinkedHashMap<String,ArrayList<String>> pathToAliases, LinkedHashMap<String,PartitionDesc> pathToPartitionInfo, LinkedHashMap<String,Operator<? extends Serializable>> aliasToWork, TableDesc keyDesc, List<TableDesc> tagToValueDesc, Operator<?> reducer, Integer numReduceTasks, MapredLocalWork mapLocalWork, boolean hadoopSupportsSplittable)
           
 



Copyright © 2010 The Apache Software Foundation