|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use partitionDesc | |
---|---|
org.apache.hadoop.hive.ql.exec | |
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 | |
---|---|
static partitionDesc |
Utilities.getPartitionDesc(Partition part)
|
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()
|
List<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(List<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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |