| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
PartitionValuesRow |
PartitionValuesRow.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<PartitionValuesRow> |
PartitionValuesResponse.getPartitionValues() |
java.util.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(java.util.List<PartitionValuesRow> partitionValues) |
| Constructor and Description |
|---|
PartitionValuesRow(PartitionValuesRow other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
PartitionValuesResponse(java.util.List<PartitionValuesRow> partitionValues) |
Copyright © 2013-2021. All Rights Reserved.