| Package | Description |
|---|---|
| org.apache.hadoop.hive.ql.metadata |
| Modifier and Type | Method and Description |
|---|---|
default HiveStorageHandler.AcidSupportType |
HiveStorageHandler.supportsAcidOperations(Table table)
Specifies whether the table supports ACID operations or not (DELETE, UPDATE and MERGE statements).
|
static HiveStorageHandler.AcidSupportType |
HiveStorageHandler.AcidSupportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveStorageHandler.AcidSupportType[] |
HiveStorageHandler.AcidSupportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.