|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
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,
Path dir)
|
static PartitionDesc |
HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo,
Path dir,
Map<Map<String,PartitionDesc>,Map<String,PartitionDesc>> cacheMap)
|
static PartitionDesc |
HiveFileFormatUtils.getPartitionDescFromPathRecursively(Map<String,PartitionDesc> pathToPartitionInfo,
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()
|
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.resolveDynamicPartitionStoredAsSubDirsMerge(HiveConf conf,
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> |
MapWork.getAliasToPartnInfo()
|
ArrayList<PartitionDesc> |
FetchWork.getPartDesc()
|
ArrayList<PartitionDesc> |
FetchWork.getPartDescOrderedByPartDir()
Get Partition descriptors in sorted (ascending) order of partition directory |
List<PartitionDesc> |
FetchWork.getPartDescs(List<Path> paths)
|
ArrayList<PartitionDesc> |
MapWork.getPartitionDescs()
|
LinkedHashMap<String,PartitionDesc> |
MapWork.getPathToPartitionInfo()
|
Methods in org.apache.hadoop.hive.ql.plan with parameters of type PartitionDesc | |
---|---|
void |
MapWork.addMapWork(String path,
String alias,
Operator<?> work,
PartitionDesc pd)
|
void |
MapWork.mergeAliasedInput(String alias,
String pathDir,
PartitionDesc partitionInfo)
|
void |
MapWork.resolveDynamicPartitionStoredAsSubDirsMerge(HiveConf conf,
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 |
MapWork.setAliasToPartnInfo(LinkedHashMap<String,PartitionDesc> aliasToPartnInfo)
|
void |
FetchWork.setPartDesc(ArrayList<PartitionDesc> partDesc)
|
void |
MapWork.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,
TableDesc tblDesc)
|
|
FetchWork(List<String> partDir,
List<PartitionDesc> partDesc,
TableDesc tblDesc,
int limit)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |