| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.exec.vector |
| 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 |
|---|---|
abstract void |
KeyWrapper.copyKey(KeyWrapper oldWrapper) |
| Modifier and Type | Class and Description |
|---|---|
class |
VectorHashKeyWrapper
A hash map key wrapper for vectorized processing.
|
| Modifier and Type | Method and Description |
|---|---|
KeyWrapper |
VectorHashKeyWrapper.copyKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
VectorHashKeyWrapper.copyKey(KeyWrapper oldWrapper) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.