| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
ObjectDictionary |
ObjectDictionary.deepCopy() |
ObjectDictionary |
GetPartitionsByNamesResult.getDictionary() |
ObjectDictionary |
Table.getDictionary() |
| Modifier and Type | Method and Description |
|---|---|
int |
ObjectDictionary.compareTo(ObjectDictionary other) |
boolean |
ObjectDictionary.equals(ObjectDictionary that) |
void |
GetPartitionsByNamesResult.setDictionary(ObjectDictionary dictionary) |
void |
Table.setDictionary(ObjectDictionary dictionary) |
| Constructor and Description |
|---|
ObjectDictionary(ObjectDictionary other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.