public static interface HiveMetastore.GetPartitionsByNamesReqRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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; |
boolean |
getGetColStats()
bool get_col_stats = 4; |
boolean |
getGetFileMetadata()
bool get_file_metadata = 9; |
long |
getId()
int64 id = 10; |
String |
getNames(int index)
repeated string names = 3; |
com.google.protobuf.ByteString |
getNamesBytes(int index)
repeated string names = 3; |
int |
getNamesCount()
repeated string names = 3; |
List<String> |
getNamesList()
repeated string names = 3; |
String |
getProcessorCapabilities(int index)
repeated string processor_capabilities = 5; |
com.google.protobuf.ByteString |
getProcessorCapabilitiesBytes(int index)
repeated string processor_capabilities = 5; |
int |
getProcessorCapabilitiesCount()
repeated string processor_capabilities = 5; |
List<String> |
getProcessorCapabilitiesList()
repeated string processor_capabilities = 5; |
String |
getProcessorIdentifier()
string processor_identifier = 6; |
com.google.protobuf.ByteString |
getProcessorIdentifierBytes()
string processor_identifier = 6; |
String |
getTblName()
string tbl_name = 2; |
com.google.protobuf.ByteString |
getTblNameBytes()
string tbl_name = 2; |
String |
getValidWriteIdList()
string valid_write_id_list = 8; |
com.google.protobuf.ByteString |
getValidWriteIdListBytes()
string valid_write_id_list = 8; |
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> getNamesList()
repeated string names = 3;int getNamesCount()
repeated string names = 3;String getNames(int index)
repeated string names = 3;index - The index of the element to return.com.google.protobuf.ByteString getNamesBytes(int index)
repeated string names = 3;index - The index of the value to return.boolean getGetColStats()
bool get_col_stats = 4;List<String> getProcessorCapabilitiesList()
repeated string processor_capabilities = 5;int getProcessorCapabilitiesCount()
repeated string processor_capabilities = 5;String getProcessorCapabilities(int index)
repeated string processor_capabilities = 5;index - The index of the element to return.com.google.protobuf.ByteString getProcessorCapabilitiesBytes(int index)
repeated string processor_capabilities = 5;index - The index of the value to return.String getProcessorIdentifier()
string processor_identifier = 6;com.google.protobuf.ByteString getProcessorIdentifierBytes()
string processor_identifier = 6;String getEngine()
string engine = 7;com.google.protobuf.ByteString getEngineBytes()
string engine = 7;String getValidWriteIdList()
string valid_write_id_list = 8;com.google.protobuf.ByteString getValidWriteIdListBytes()
string valid_write_id_list = 8;boolean getGetFileMetadata()
bool get_file_metadata = 9;long getId()
int64 id = 10;Copyright © 2024 The Apache Software Foundation. All rights reserved.