public static interface HiveMetastore.GetPartitionNamesPSReqRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCatName()
string cat_name = 1; |
com.google.protobuf.ByteString |
getCatNameBytes()
string cat_name = 1; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
long |
getId()
int64 id = 7; |
int |
getMaxParts()
int32 max_parts = 5; |
String |
getPartValues(int index)
repeated string part_values = 4; |
com.google.protobuf.ByteString |
getPartValuesBytes(int index)
repeated string part_values = 4; |
int |
getPartValuesCount()
repeated string part_values = 4; |
List<String> |
getPartValuesList()
repeated string part_values = 4; |
String |
getTblName()
string tbl_name = 3; |
com.google.protobuf.ByteString |
getTblNameBytes()
string tbl_name = 3; |
String |
getValidWriteIdList()
string valid_write_id_list = 6; |
com.google.protobuf.ByteString |
getValidWriteIdListBytes()
string valid_write_id_list = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCatName()
string cat_name = 1;com.google.protobuf.ByteString getCatNameBytes()
string cat_name = 1;String getDbName()
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;String getTblName()
string tbl_name = 3;com.google.protobuf.ByteString getTblNameBytes()
string tbl_name = 3;List<String> getPartValuesList()
repeated string part_values = 4;int getPartValuesCount()
repeated string part_values = 4;String getPartValues(int index)
repeated string part_values = 4;index - The index of the element to return.com.google.protobuf.ByteString getPartValuesBytes(int index)
repeated string part_values = 4;index - The index of the value to return.int getMaxParts()
int32 max_parts = 5;String getValidWriteIdList()
string valid_write_id_list = 6;com.google.protobuf.ByteString getValidWriteIdListBytes()
string valid_write_id_list = 6;long getId()
int64 id = 7;Copyright © 2024 The Apache Software Foundation. All rights reserved.