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.index   
org.apache.hadoop.hive.ql.index.bitmap   
org.apache.hadoop.hive.ql.index.compact   
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.ql.io.rcfile.merge   
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)
           
static PartitionDesc Utilities.getPartitionDescFromTableDesc(TableDesc tblDesc, 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.index
 

Methods in org.apache.hadoop.hive.ql.index with parameters of type PartitionDesc
protected abstract  Task<?> TableBasedIndexHandler.getIndexBuilderMapRedTask(Set<ReadEntity> inputs, Set<WriteEntity> outputs, List<FieldSchema> indexField, boolean partitioned, PartitionDesc indexTblPartDesc, String indexTableName, PartitionDesc baseTablePartDesc, String baseTableName, String dbName)
           
protected  Task<?> AggregateIndexHandler.getIndexBuilderMapRedTask(Set<ReadEntity> inputs, Set<WriteEntity> outputs, List<FieldSchema> indexField, boolean partitioned, PartitionDesc indexTblPartDesc, String indexTableName, PartitionDesc baseTablePartDesc, String baseTableName, String dbName)
           
 

Uses of PartitionDesc in org.apache.hadoop.hive.ql.index.bitmap
 

Methods in org.apache.hadoop.hive.ql.index.bitmap with parameters of type PartitionDesc
protected  Task<?> BitmapIndexHandler.getIndexBuilderMapRedTask(Set<ReadEntity> inputs, Set<WriteEntity> outputs, List<FieldSchema> indexField, boolean partitioned, PartitionDesc indexTblPartDesc, String indexTableName, PartitionDesc baseTablePartDesc, String baseTableName, String dbName)
           
 

Uses of PartitionDesc in org.apache.hadoop.hive.ql.index.compact
 

Methods in org.apache.hadoop.hive.ql.index.compact with parameters of type PartitionDesc
protected  Task<?> CompactIndexHandler.getIndexBuilderMapRedTask(Set<ReadEntity> inputs, Set<WriteEntity> outputs, List<FieldSchema> indexField, boolean partitioned, PartitionDesc indexTblPartDesc, String indexTableName, PartitionDesc baseTablePartDesc, String baseTableName, String dbName)
           
 

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 HiveInputFormat.getPartitionDescFromPath(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir)
           
static PartitionDesc HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir, Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> cacheMap)
           
static PartitionDesc HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir, Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> cacheMap, boolean ignoreSchema)
           
 

Methods in org.apache.hadoop.hive.ql.io that return types with arguments of type PartitionDesc
 Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> IOPrepareCache.allocatePartitionDescMap()
           
 Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> IOPrepareCache.allocatePartitionDescMap()
           
 Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> IOPrepareCache.getPartitionDescMap()
           
 Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> IOPrepareCache.getPartitionDescMap()
           
 

Method parameters in org.apache.hadoop.hive.ql.io with type arguments of type PartitionDesc
protected static PartitionDesc HiveInputFormat.getPartitionDescFromPath(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir)
           
static PartitionDesc HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir, Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> cacheMap)
           
static PartitionDesc HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir, Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> cacheMap)
           
static PartitionDesc HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir, Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> cacheMap)
           
static PartitionDesc HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir, Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> cacheMap, boolean ignoreSchema)
           
static PartitionDesc HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir, Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> cacheMap, boolean ignoreSchema)
           
static PartitionDesc HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo, org.apache.hadoop.fs.Path dir, Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> cacheMap, boolean ignoreSchema)
           
 void IOPrepareCache.setPartitionDescMap(Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> partitionDescMap)
           
 void IOPrepareCache.setPartitionDescMap(Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> partitionDescMap)
           
 

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

Methods in org.apache.hadoop.hive.ql.io.rcfile.merge with parameters of type PartitionDesc
 void MergeWork.resolveDynamicPartitionMerge(HiveConf conf, org.apache.hadoop.fs.Path path, TableDesc tblDesc, ArrayList<String> aliases, PartitionDesc partDesc)
           
 

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)
           
 void MapredWork.resolveDynamicPartitionMerge(HiveConf conf, org.apache.hadoop.fs.Path path, TableDesc tblDesc, ArrayList<String> aliases, PartitionDesc partDesc)
           
 

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 © 2011 The Apache Software Foundation