| Package | Description |
|---|---|
| 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 |
|---|---|
TableScanOperator.ProbeDecodeContext |
TableScanOperator.getProbeDecodeContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
TableScanOperator.setProbeDecodeContext(TableScanOperator.ProbeDecodeContext probeDecodeContext) |
| Modifier and Type | Method and Description |
|---|---|
TableScanOperator.ProbeDecodeContext |
MapWork.getProbeDecodeContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapWork.setProbeDecodeContext(TableScanOperator.ProbeDecodeContext probeDecodeContext) |
void |
TableScanDesc.setProbeDecodeContext(TableScanOperator.ProbeDecodeContext probeDecodeContext) |
| Constructor and Description |
|---|
TableScanDesc(String alias,
List<VirtualColumn> vcs,
Table tblMetadata,
TableScanOperator.ProbeDecodeContext probeDecodeContext) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.