| Modifier and Type | Method and Description |
|---|---|
Context.Operation |
Context.getOperation() |
static Context.Operation |
Context.Operation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Context.Operation[] |
Context.Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setOperation(Context.Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
static List<org.apache.hadoop.hive.metastore.api.LockComponent> |
AcidUtils.makeLockComponents(Set<WriteEntity> outputs,
Set<ReadEntity> inputs,
Context.Operation operation,
HiveConf conf)
Create lock components from write/read entities.
|
| Modifier and Type | Method and Description |
|---|---|
default List<org.apache.hadoop.hive.metastore.api.FieldSchema> |
HiveStorageHandler.acidSelectColumns(Table table,
Context.Operation operation)
UpdateDeleteSemanticAnalyzer rewrites DELETE/UPDATE queries into INSERT
queries. |
default List<org.apache.hadoop.hive.metastore.api.FieldSchema> |
HiveStorageHandler.acidSortColumns(Table table,
Context.Operation operation)
UpdateDeleteSemanticAnalyzer rewrites DELETE/UPDATE queries into INSERT
queries. |
default DynamicPartitionCtx |
HiveStorageHandler.createDPContext(HiveConf conf,
Table table,
Context.Operation writeOperation)
Creates a DynamicPartitionCtx instance that will be set up by the storage handler itself.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
RewriteSemanticAnalyzer.ColumnAppender.appendAcidSelectColumns(StringBuilder stringBuilder,
Context.Operation operation) |
void |
RewriteSemanticAnalyzer.NativeAcidColumnAppender.appendAcidSelectColumns(StringBuilder stringBuilder,
Context.Operation operation) |
void |
RewriteSemanticAnalyzer.NonNativeAcidColumnAppender.appendAcidSelectColumns(StringBuilder stringBuilder,
Context.Operation operation) |
abstract List<String> |
RewriteSemanticAnalyzer.ColumnAppender.getDeleteValues(Context.Operation operation) |
List<String> |
RewriteSemanticAnalyzer.NativeAcidColumnAppender.getDeleteValues(Context.Operation operation) |
List<String> |
RewriteSemanticAnalyzer.NonNativeAcidColumnAppender.getDeleteValues(Context.Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
Context.Operation |
FileSinkDesc.getWriteOperation() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileSinkDesc.setWriteOperation(Context.Operation writeOperation) |
| Modifier and Type | Method and Description |
|---|---|
static Context.Operation |
HiveCustomStorageHandlerUtils.getWriteOperation(org.apache.hadoop.conf.Configuration conf,
String tableName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
HiveCustomStorageHandlerUtils.setWriteOperation(org.apache.hadoop.conf.Configuration conf,
String tableName,
Context.Operation operation) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.