| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.exec |
Hive QL execution tasks, operators, functions and other handlers.
|
| org.apache.hadoop.hive.ql.optimizer | |
| org.apache.hadoop.hive.ql.plan |
| Constructor and Description |
|---|
MemoryMonitorInfo(MemoryMonitorInfo memoryMonitorInfo) |
| Modifier and Type | Method and Description |
|---|---|
MemoryMonitorInfo |
ConvertJoinMapJoin.getMemoryMonitorInfo(long maxSize,
HiveConf conf,
LlapClusterStateForCompile llapInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected MemoryMonitorInfo |
JoinDesc.memoryMonitorInfo |
| Modifier and Type | Method and Description |
|---|---|
MemoryMonitorInfo |
JoinDesc.getMemoryMonitorInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
JoinDesc.setMemoryMonitorInfo(MemoryMonitorInfo memoryMonitorInfo) |
| Constructor and Description |
|---|
JoinDesc(Map<Byte,List<ExprNodeDesc>> exprs,
List<String> outputColumnNames,
boolean noOuterJoin,
JoinCondDesc[] conds,
Map<Byte,List<ExprNodeDesc>> filters,
ExprNodeDesc[][] joinKeys,
MemoryMonitorInfo memoryMonitorInfo) |
MapJoinDesc(Map<Byte,List<ExprNodeDesc>> keys,
TableDesc keyTblDesc,
Map<Byte,List<ExprNodeDesc>> values,
List<TableDesc> valueTblDescs,
List<TableDesc> valueFilteredTblDescs,
List<String> outputColumnNames,
int posBigTable,
JoinCondDesc[] conds,
Map<Byte,List<ExprNodeDesc>> filters,
boolean noOuterJoin,
String dumpFilePrefix,
MemoryMonitorInfo memoryMonitorInfo,
long inMemoryDataSize) |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.