Package | Description |
---|---|
org.apache.hadoop.hive.ql | |
org.apache.hadoop.hive.ql.parse |
Modifier and Type | Method and Description |
---|---|
ColumnAccessInfo |
QueryPlan.getColumnAccessInfo()
Gets the column access information.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryPlan.setColumnAccessInfo(ColumnAccessInfo columnAccessInfo)
Sets the column access information.
|
Modifier and Type | Field and Description |
---|---|
protected ColumnAccessInfo |
BaseSemanticAnalyzer.columnAccessInfo |
protected ColumnAccessInfo |
BaseSemanticAnalyzer.updateColumnAccessInfo
Columns accessed by updates
|
Modifier and Type | Method and Description |
---|---|
ColumnAccessInfo |
ColumnAccessAnalyzer.analyzeColumnAccess() |
ColumnAccessInfo |
BaseSemanticAnalyzer.getColumnAccessInfo()
Gets the column access information.
|
ColumnAccessInfo |
BaseSemanticAnalyzer.getUpdateColumnAccessInfo() |
Modifier and Type | Method and Description |
---|---|
void |
BaseSemanticAnalyzer.setColumnAccessInfo(ColumnAccessInfo columnAccessInfo)
Sets the column access information.
|
void |
BaseSemanticAnalyzer.setUpdateColumnAccessInfo(ColumnAccessInfo updateColumnAccessInfo) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.