Package | Description |
---|---|
org.apache.hadoop.hive.ql.cache.results | |
org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
org.apache.hadoop.hive.ql.plan |
Modifier and Type | Method and Description |
---|---|
FetchWork |
QueryResultsCache.CacheEntry.getFetchWork() |
Modifier and Type | Method and Description |
---|---|
boolean |
QueryResultsCache.setEntryValid(QueryResultsCache.CacheEntry cacheEntry,
FetchWork fetchWork)
Updates a pending cache entry with a FetchWork result from a finished query.
|
Modifier and Type | Method and Description |
---|---|
FetchWork |
FetchOperator.getWork() |
Modifier and Type | Method and Description |
---|---|
static FetchOperator |
PartitionKeySampler.createSampler(FetchWork work,
org.apache.hadoop.mapred.JobConf job,
Operator<?> operator) |
void |
FetchOperator.setWork(FetchWork work) |
Constructor and Description |
---|
FetchOperator(FetchWork work,
org.apache.hadoop.mapred.JobConf job) |
FetchOperator(FetchWork work,
org.apache.hadoop.mapred.JobConf job,
Operator<?> operator,
List<VirtualColumn> vcCols) |
Modifier and Type | Method and Description |
---|---|
FetchWork |
ColumnStatsDesc.getFWork() |
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,FetchWork> |
MapredLocalWork.getAliasToFetchWork() |
Modifier and Type | Method and Description |
---|---|
void |
MapredLocalWork.setAliasToFetchWork(LinkedHashMap<String,FetchWork> aliasToFetchWork) |
Constructor and Description |
---|
ColumnStatsDesc(String tableName,
List<String> colName,
List<String> colType,
boolean isTblLevel,
int numBitVector,
FetchWork fWork1) |
FetchExplainVectorization(FetchWork fetchWork) |
Constructor and Description |
---|
MapredLocalWork(LinkedHashMap<String,Operator<? extends OperatorDesc>> aliasToWork,
LinkedHashMap<String,FetchWork> aliasToFetchWork) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.