public static interface HiveMetastore.GetPartitionsStatisticsReqRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCatName()
string cat_name = 5; |
com.google.protobuf.ByteString |
getCatNameBytes()
string cat_name = 5; |
String |
getColNames(int index)
repeated string col_names = 3; |
com.google.protobuf.ByteString |
getColNamesBytes(int index)
repeated string col_names = 3; |
int |
getColNamesCount()
repeated string col_names = 3; |
List<String> |
getColNamesList()
repeated string col_names = 3; |
String |
getDbName()
string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 1; |
String |
getEngine()
string engine = 7; |
com.google.protobuf.ByteString |
getEngineBytes()
string engine = 7; |
String |
getPartNames(int index)
repeated string part_names = 4; |
com.google.protobuf.ByteString |
getPartNamesBytes(int index)
repeated string part_names = 4; |
int |
getPartNamesCount()
repeated string part_names = 4; |
List<String> |
getPartNamesList()
repeated string part_names = 4; |
String |
getTblName()
string tbl_name = 2; |
com.google.protobuf.ByteString |
getTblNameBytes()
string tbl_name = 2; |
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 getDbName()
string db_name = 1;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 1;String getTblName()
string tbl_name = 2;com.google.protobuf.ByteString getTblNameBytes()
string tbl_name = 2;List<String> getColNamesList()
repeated string col_names = 3;int getColNamesCount()
repeated string col_names = 3;String getColNames(int index)
repeated string col_names = 3;index - The index of the element to return.com.google.protobuf.ByteString getColNamesBytes(int index)
repeated string col_names = 3;index - The index of the value to return.List<String> getPartNamesList()
repeated string part_names = 4;int getPartNamesCount()
repeated string part_names = 4;String getPartNames(int index)
repeated string part_names = 4;index - The index of the element to return.com.google.protobuf.ByteString getPartNamesBytes(int index)
repeated string part_names = 4;index - The index of the value to return.String getCatName()
string cat_name = 5;com.google.protobuf.ByteString getCatNameBytes()
string cat_name = 5;String getValidWriteIdList()
string valid_write_id_list = 6;com.google.protobuf.ByteString getValidWriteIdListBytes()
string valid_write_id_list = 6;String getEngine()
string engine = 7;com.google.protobuf.ByteString getEngineBytes()
string engine = 7;Copyright © 2024 The Apache Software Foundation. All rights reserved.