public static interface HiveMetastore.TableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsParameters(String key)
map<string, string> parameters = 8; |
int |
getAccessType()
int32 access_type = 21; |
String |
getCatName()
string cat_name = 16; |
com.google.protobuf.ByteString |
getCatNameBytes()
string cat_name = 16; |
HiveMetastore.ColumnStatistics |
getColStats()
.org.apache.hadoop.hive.metastore.grpc.ColumnStatistics col_stats = 20; |
HiveMetastore.ColumnStatisticsOrBuilder |
getColStatsOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.ColumnStatistics col_stats = 20; |
int |
getCreateTime()
int32 create_time = 3; |
HiveMetastore.CreationMetadata |
getCreationMetadata()
.org.apache.hadoop.hive.metastore.grpc.CreationMetadata creation_metadata = 15; |
HiveMetastore.CreationMetadataOrBuilder |
getCreationMetadataOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.CreationMetadata creation_metadata = 15; |
String |
getDbName()
string db_name = 2; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 2; |
HiveMetastore.ObjectDictionary |
getDictionary()
.org.apache.hadoop.hive.metastore.grpc.ObjectDictionary dictionary = 26; |
HiveMetastore.ObjectDictionaryOrBuilder |
getDictionaryOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.ObjectDictionary dictionary = 26; |
HiveMetastore.FileMetadata |
getFileMetadata()
.org.apache.hadoop.hive.metastore.grpc.FileMetadata file_metadata = 25; |
HiveMetastore.FileMetadataOrBuilder |
getFileMetadataOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.FileMetadata file_metadata = 25; |
long |
getId()
int64 id = 24; |
boolean |
getIsStatsCompliant()
bool is_stats_compliant = 19; |
int |
getLastAccessTime()
int32 last_access_time = 4; |
HiveMetastore.PrincipalType |
getOwnerType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 17; |
int |
getOwnerTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 17; |
Map<String,String> |
getParameters()
Deprecated.
|
int |
getParametersCount()
map<string, string> parameters = 8; |
Map<String,String> |
getParametersMap()
map<string, string> parameters = 8; |
String |
getParametersOrDefault(String key,
String defaultValue)
map<string, string> parameters = 8; |
String |
getParametersOrThrow(String key)
map<string, string> parameters = 8; |
HiveMetastore.FieldSchema |
getPartitionKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7; |
int |
getPartitionKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7; |
List<HiveMetastore.FieldSchema> |
getPartitionKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7; |
HiveMetastore.FieldSchemaOrBuilder |
getPartitionKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7; |
List<? extends HiveMetastore.FieldSchemaOrBuilder> |
getPartitionKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7; |
HiveMetastore.PrincipalPrivilegeSet |
getPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 12; |
HiveMetastore.PrincipalPrivilegeSetOrBuilder |
getPrivilegesOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 12; |
String |
getRequiredReadCapabilities(int index)
repeated string required_read_capabilities = 22; |
com.google.protobuf.ByteString |
getRequiredReadCapabilitiesBytes(int index)
repeated string required_read_capabilities = 22; |
int |
getRequiredReadCapabilitiesCount()
repeated string required_read_capabilities = 22; |
List<String> |
getRequiredReadCapabilitiesList()
repeated string required_read_capabilities = 22; |
String |
getRequiredWriteCapabilities(int index)
repeated string required_write_capabilities = 23; |
com.google.protobuf.ByteString |
getRequiredWriteCapabilitiesBytes(int index)
repeated string required_write_capabilities = 23; |
int |
getRequiredWriteCapabilitiesCount()
repeated string required_write_capabilities = 23; |
List<String> |
getRequiredWriteCapabilitiesList()
repeated string required_write_capabilities = 23; |
int |
getRetention()
int32 retention = 5; |
boolean |
getRewriteEnabled()
bool rewrite_enabled = 14; |
HiveMetastore.StorageDescriptor |
getSd()
.org.apache.hadoop.hive.metastore.grpc.StorageDescriptor sd = 6; |
HiveMetastore.StorageDescriptorOrBuilder |
getSdOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.StorageDescriptor sd = 6; |
String |
getTableName()
string table_name = 1; |
com.google.protobuf.ByteString |
getTableNameBytes()
string table_name = 1; |
String |
getTableType()
string table_type = 11; |
com.google.protobuf.ByteString |
getTableTypeBytes()
string table_type = 11; |
boolean |
getTemporary()
bool temporary = 13; |
long |
getTxnId()
int64 txn_id = 27; |
String |
getViewExpandedText()
string view_expanded_text = 10; |
com.google.protobuf.ByteString |
getViewExpandedTextBytes()
string view_expanded_text = 10; |
String |
getViewOriginalText()
string view_original_text = 9; |
com.google.protobuf.ByteString |
getViewOriginalTextBytes()
string view_original_text = 9; |
long |
getWriteId()
int64 write_id = 18; |
boolean |
hasColStats()
.org.apache.hadoop.hive.metastore.grpc.ColumnStatistics col_stats = 20; |
boolean |
hasCreationMetadata()
.org.apache.hadoop.hive.metastore.grpc.CreationMetadata creation_metadata = 15; |
boolean |
hasDictionary()
.org.apache.hadoop.hive.metastore.grpc.ObjectDictionary dictionary = 26; |
boolean |
hasFileMetadata()
.org.apache.hadoop.hive.metastore.grpc.FileMetadata file_metadata = 25; |
boolean |
hasPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 12; |
boolean |
hasSd()
.org.apache.hadoop.hive.metastore.grpc.StorageDescriptor sd = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTableName()
string table_name = 1;com.google.protobuf.ByteString getTableNameBytes()
string table_name = 1;String getDbName()
string db_name = 2;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 2;int getCreateTime()
int32 create_time = 3;int getLastAccessTime()
int32 last_access_time = 4;int getRetention()
int32 retention = 5;boolean hasSd()
.org.apache.hadoop.hive.metastore.grpc.StorageDescriptor sd = 6;HiveMetastore.StorageDescriptor getSd()
.org.apache.hadoop.hive.metastore.grpc.StorageDescriptor sd = 6;HiveMetastore.StorageDescriptorOrBuilder getSdOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.StorageDescriptor sd = 6;List<HiveMetastore.FieldSchema> getPartitionKeysList()
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7;HiveMetastore.FieldSchema getPartitionKeys(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7;int getPartitionKeysCount()
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7;List<? extends HiveMetastore.FieldSchemaOrBuilder> getPartitionKeysOrBuilderList()
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7;HiveMetastore.FieldSchemaOrBuilder getPartitionKeysOrBuilder(int index)
repeated .org.apache.hadoop.hive.metastore.grpc.FieldSchema partition_keys = 7;int getParametersCount()
map<string, string> parameters = 8;boolean containsParameters(String key)
map<string, string> parameters = 8;@Deprecated Map<String,String> getParameters()
getParametersMap() instead.String getParametersOrDefault(String key, String defaultValue)
map<string, string> parameters = 8;String getViewOriginalText()
string view_original_text = 9;com.google.protobuf.ByteString getViewOriginalTextBytes()
string view_original_text = 9;String getViewExpandedText()
string view_expanded_text = 10;com.google.protobuf.ByteString getViewExpandedTextBytes()
string view_expanded_text = 10;String getTableType()
string table_type = 11;com.google.protobuf.ByteString getTableTypeBytes()
string table_type = 11;boolean hasPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 12;HiveMetastore.PrincipalPrivilegeSet getPrivileges()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 12;HiveMetastore.PrincipalPrivilegeSetOrBuilder getPrivilegesOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.PrincipalPrivilegeSet privileges = 12;boolean getTemporary()
bool temporary = 13;boolean getRewriteEnabled()
bool rewrite_enabled = 14;boolean hasCreationMetadata()
.org.apache.hadoop.hive.metastore.grpc.CreationMetadata creation_metadata = 15;HiveMetastore.CreationMetadata getCreationMetadata()
.org.apache.hadoop.hive.metastore.grpc.CreationMetadata creation_metadata = 15;HiveMetastore.CreationMetadataOrBuilder getCreationMetadataOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.CreationMetadata creation_metadata = 15;String getCatName()
string cat_name = 16;com.google.protobuf.ByteString getCatNameBytes()
string cat_name = 16;int getOwnerTypeValue()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 17;HiveMetastore.PrincipalType getOwnerType()
.org.apache.hadoop.hive.metastore.grpc.PrincipalType owner_type = 17;long getWriteId()
int64 write_id = 18;boolean getIsStatsCompliant()
bool is_stats_compliant = 19;boolean hasColStats()
.org.apache.hadoop.hive.metastore.grpc.ColumnStatistics col_stats = 20;HiveMetastore.ColumnStatistics getColStats()
.org.apache.hadoop.hive.metastore.grpc.ColumnStatistics col_stats = 20;HiveMetastore.ColumnStatisticsOrBuilder getColStatsOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.ColumnStatistics col_stats = 20;int getAccessType()
int32 access_type = 21;List<String> getRequiredReadCapabilitiesList()
repeated string required_read_capabilities = 22;int getRequiredReadCapabilitiesCount()
repeated string required_read_capabilities = 22;String getRequiredReadCapabilities(int index)
repeated string required_read_capabilities = 22;index - The index of the element to return.com.google.protobuf.ByteString getRequiredReadCapabilitiesBytes(int index)
repeated string required_read_capabilities = 22;index - The index of the value to return.List<String> getRequiredWriteCapabilitiesList()
repeated string required_write_capabilities = 23;int getRequiredWriteCapabilitiesCount()
repeated string required_write_capabilities = 23;String getRequiredWriteCapabilities(int index)
repeated string required_write_capabilities = 23;index - The index of the element to return.com.google.protobuf.ByteString getRequiredWriteCapabilitiesBytes(int index)
repeated string required_write_capabilities = 23;index - The index of the value to return.long getId()
int64 id = 24;boolean hasFileMetadata()
.org.apache.hadoop.hive.metastore.grpc.FileMetadata file_metadata = 25;HiveMetastore.FileMetadata getFileMetadata()
.org.apache.hadoop.hive.metastore.grpc.FileMetadata file_metadata = 25;HiveMetastore.FileMetadataOrBuilder getFileMetadataOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.FileMetadata file_metadata = 25;boolean hasDictionary()
.org.apache.hadoop.hive.metastore.grpc.ObjectDictionary dictionary = 26;HiveMetastore.ObjectDictionary getDictionary()
.org.apache.hadoop.hive.metastore.grpc.ObjectDictionary dictionary = 26;HiveMetastore.ObjectDictionaryOrBuilder getDictionaryOrBuilder()
.org.apache.hadoop.hive.metastore.grpc.ObjectDictionary dictionary = 26;long getTxnId()
int64 txn_id = 27;Copyright © 2024 The Apache Software Foundation. All rights reserved.