| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.exec.vector | |
| org.apache.hadoop.hive.ql.exec.vector.wrapper |
| Modifier and Type | Field and Description |
|---|---|
protected KeyWrapper |
PTFOperator.currentKeys |
protected KeyWrapper |
PTFOperator.newKeys |
| Modifier and Type | Method and Description |
|---|---|
abstract KeyWrapper |
KeyWrapper.copyKey() |
KeyWrapper |
KeyWrapperFactory.getKeyWrapper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TopNKeyFilter.canForward(KeyWrapper kw) |
int |
KeyWrapperComparator.compare(KeyWrapper key1,
KeyWrapper key2) |
abstract void |
KeyWrapper.copyKey(KeyWrapper oldWrapper) |
| Constructor and Description |
|---|
TopNKeyFilter(int topN,
Comparator<? extends KeyWrapper> comparator) |
| Modifier and Type | Method and Description |
|---|---|
static void |
VectorTopNKeyOperator.checkTopNFilterEfficiency(Map<KeyWrapper,TopNKeyFilter> filters,
Set<KeyWrapper> disabledPartitions,
float efficiencyThreshold,
org.slf4j.Logger log,
long checkEfficiencyNumRows) |
static void |
VectorTopNKeyOperator.checkTopNFilterEfficiency(Map<KeyWrapper,TopNKeyFilter> filters,
Set<KeyWrapper> disabledPartitions,
float efficiencyThreshold,
org.slf4j.Logger log,
long checkEfficiencyNumRows) |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorHashKeyWrapperBase
A hash map key wrapper for vectorized processing.
|
class |
VectorHashKeyWrapperEmpty |
class |
VectorHashKeyWrapperGeneral
A hash map key wrapper for vectorized processing.
|
class |
VectorHashKeyWrapperSingleBase |
class |
VectorHashKeyWrapperSingleLong |
class |
VectorHashKeyWrapperTwoBase |
class |
VectorHashKeyWrapperTwoLong |
| Modifier and Type | Method and Description |
|---|---|
KeyWrapper |
VectorHashKeyWrapperBase.copyKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorHashKeyWrapperGeneral.copyKey(KeyWrapper oldWrapper) |
void |
VectorHashKeyWrapperBase.copyKey(KeyWrapper oldWrapper) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.