public static interface HiveMetastore.GetPartitionsFilterSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
HiveMetastore.PartitionFilterMode |
getFilterMode()
.org.apache.hadoop.hive.metastore.grpc.PartitionFilterMode filter_mode = 1; |
int |
getFilterModeValue()
.org.apache.hadoop.hive.metastore.grpc.PartitionFilterMode filter_mode = 1; |
String |
getFilters(int index)
repeated string filters = 2; |
com.google.protobuf.ByteString |
getFiltersBytes(int index)
repeated string filters = 2; |
int |
getFiltersCount()
repeated string filters = 2; |
List<String> |
getFiltersList()
repeated string filters = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getFilterModeValue()
.org.apache.hadoop.hive.metastore.grpc.PartitionFilterMode filter_mode = 1;HiveMetastore.PartitionFilterMode getFilterMode()
.org.apache.hadoop.hive.metastore.grpc.PartitionFilterMode filter_mode = 1;List<String> getFiltersList()
repeated string filters = 2;int getFiltersCount()
repeated string filters = 2;String getFilters(int index)
repeated string filters = 2;index - The index of the element to return.com.google.protobuf.ByteString getFiltersBytes(int index)
repeated string filters = 2;index - The index of the value to return.Copyright © 2024 The Apache Software Foundation. All rights reserved.