public static interface HiveMetastore.ISchemaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCanEvolve()
bool can_evolve = 7; |
String |
getCatName()
string cat_name = 3; |
com.google.protobuf.ByteString |
getCatNameBytes()
string cat_name = 3; |
HiveMetastore.SchemaCompatibility |
getCompatibility()
.org.apache.hadoop.hive.metastore.grpc.SchemaCompatibility compatibility = 5; |
int |
getCompatibilityValue()
.org.apache.hadoop.hive.metastore.grpc.SchemaCompatibility compatibility = 5; |
String |
getDbName()
string db_name = 4; |
com.google.protobuf.ByteString |
getDbNameBytes()
string db_name = 4; |
String |
getDescription()
string description = 9; |
com.google.protobuf.ByteString |
getDescriptionBytes()
string description = 9; |
String |
getName()
string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 2; |
String |
getSchemaGroup()
string schema_group = 8; |
com.google.protobuf.ByteString |
getSchemaGroupBytes()
string schema_group = 8; |
HiveMetastore.SchemaType |
getSchemaType()
.org.apache.hadoop.hive.metastore.grpc.SchemaType schema_type = 1; |
int |
getSchemaTypeValue()
.org.apache.hadoop.hive.metastore.grpc.SchemaType schema_type = 1; |
HiveMetastore.SchemaValidation |
getValidationLevel()
.org.apache.hadoop.hive.metastore.grpc.SchemaValidation validation_level = 6; |
int |
getValidationLevelValue()
.org.apache.hadoop.hive.metastore.grpc.SchemaValidation validation_level = 6; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getSchemaTypeValue()
.org.apache.hadoop.hive.metastore.grpc.SchemaType schema_type = 1;HiveMetastore.SchemaType getSchemaType()
.org.apache.hadoop.hive.metastore.grpc.SchemaType schema_type = 1;String getName()
string name = 2;com.google.protobuf.ByteString getNameBytes()
string name = 2;String getCatName()
string cat_name = 3;com.google.protobuf.ByteString getCatNameBytes()
string cat_name = 3;String getDbName()
string db_name = 4;com.google.protobuf.ByteString getDbNameBytes()
string db_name = 4;int getCompatibilityValue()
.org.apache.hadoop.hive.metastore.grpc.SchemaCompatibility compatibility = 5;HiveMetastore.SchemaCompatibility getCompatibility()
.org.apache.hadoop.hive.metastore.grpc.SchemaCompatibility compatibility = 5;int getValidationLevelValue()
.org.apache.hadoop.hive.metastore.grpc.SchemaValidation validation_level = 6;HiveMetastore.SchemaValidation getValidationLevel()
.org.apache.hadoop.hive.metastore.grpc.SchemaValidation validation_level = 6;boolean getCanEvolve()
bool can_evolve = 7;String getSchemaGroup()
string schema_group = 8;com.google.protobuf.ByteString getSchemaGroupBytes()
string schema_group = 8;String getDescription()
string description = 9;com.google.protobuf.ByteString getDescriptionBytes()
string description = 9;Copyright © 2024 The Apache Software Foundation. All rights reserved.