| Modifier and Type | Method and Description |
|---|---|
HiveOperation |
QueryState.getHiveOperation() |
HiveOperation |
QueryPlan.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryState.setCommandType(HiveOperation commandType) |
| Constructor and Description |
|---|
QueryPlan(HiveOperation command) |
QueryPlan(String queryString,
BaseSemanticAnalyzer sem,
Long startTime,
String queryId,
HiveOperation operation,
org.apache.hadoop.hive.metastore.api.Schema resultSchema) |
| Modifier and Type | Method and Description |
|---|---|
HiveOperation |
QueryResultsCache.QueryInfo.getHiveOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryResultsCache.QueryInfo.setHiveOperation(HiveOperation hiveOperation) |
| Constructor and Description |
|---|
QueryInfo(long queryTime,
QueryResultsCache.LookupInfo lookupInfo,
HiveOperation hiveOperation,
List<org.apache.hadoop.hive.metastore.api.FieldSchema> resultSchema,
TableAccessInfo tableAccessInfo,
ColumnAccessInfo columnAccessInfo,
Set<ReadEntity> inputs) |
| Modifier and Type | Method and Description |
|---|---|
HiveOperation |
HiveSemanticAnalyzerHookContext.getHiveOperation() |
HiveOperation |
HiveSemanticAnalyzerHookContextImpl.getHiveOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
HiveSemanticAnalyzerHookContext.setHiveOperation(HiveOperation commandType) |
void |
HiveSemanticAnalyzerHookContextImpl.setHiveOperation(HiveOperation commandType) |
| Modifier and Type | Method and Description |
|---|---|
static HiveOperation |
HiveOperation.operationForToken(int token) |
static HiveOperation |
HiveOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveOperation[] |
HiveOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CommandAuthorizer.doAuthorization(HiveOperation op,
BaseSemanticAnalyzer sem,
String command) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.