| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
PartitionValuesRow |
PartitionValuesRow.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<PartitionValuesRow> |
PartitionValuesResponse.getPartitionValues() |
Iterator<PartitionValuesRow> |
PartitionValuesResponse.getPartitionValuesIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionValuesResponse.addToPartitionValues(PartitionValuesRow elem) |
int |
PartitionValuesRow.compareTo(PartitionValuesRow other) |
boolean |
PartitionValuesRow.equals(PartitionValuesRow that) |
| Modifier and Type | Method and Description |
|---|---|
void |
PartitionValuesResponse.setPartitionValues(List<PartitionValuesRow> partitionValues) |
| Constructor and Description |
|---|
PartitionValuesRow(PartitionValuesRow other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
PartitionValuesResponse(List<PartitionValuesRow> partitionValues) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.