| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.exec.tez | |
| org.apache.hadoop.hive.ql.plan |
| Modifier and Type | Class and Description |
|---|---|
class |
TezDummyStoreOperator
A dummy store operator same as the dummy store operator but for tez.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,DummyStoreOperator> |
TezContext.getDummyOpsMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
TezContext.setDummyOpsMap(Map<Integer,DummyStoreOperator> dummyOpsMap) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,DummyStoreOperator> |
SMBJoinDesc.getAliasToSink() |
| Modifier and Type | Method and Description |
|---|---|
void |
SMBJoinDesc.setAliasToSink(Map<String,DummyStoreOperator> aliasToSink) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.