public static final class UserProtos.ColumnMetadata extends com.google.protobuf.GeneratedMessageV3 implements UserProtos.ColumnMetadataOrBuilder
Message encapsulating metadata for a Column.Protobuf type
exec.user.ColumnMetadata| Modifier and Type | Class and Description |
|---|---|
static class |
UserProtos.ColumnMetadata.Builder
Message encapsulating metadata for a Column.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CATALOG_NAME_FIELD_NUMBER |
static int |
CHAR_MAX_LENGTH_FIELD_NUMBER |
static int |
CHAR_OCTET_LENGTH_FIELD_NUMBER |
static int |
COLUMN_NAME_FIELD_NUMBER |
static int |
COLUMN_SIZE_FIELD_NUMBER |
static int |
DATA_TYPE_FIELD_NUMBER |
static int |
DATE_TIME_PRECISION_FIELD_NUMBER |
static int |
DEFAULT_VALUE_FIELD_NUMBER |
static int |
INTERVAL_PRECISION_FIELD_NUMBER |
static int |
INTERVAL_TYPE_FIELD_NUMBER |
static int |
IS_NULLABLE_FIELD_NUMBER |
static int |
NUMERIC_PRECISION_FIELD_NUMBER |
static int |
NUMERIC_PRECISION_RADIX_FIELD_NUMBER |
static int |
NUMERIC_SCALE_FIELD_NUMBER |
static int |
ORDINAL_POSITION_FIELD_NUMBER |
static com.google.protobuf.Parser<UserProtos.ColumnMetadata> |
PARSER
Deprecated.
|
static int |
SCHEMA_NAME_FIELD_NUMBER |
static int |
TABLE_NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCatalogName()
optional string catalog_name = 1; |
com.google.protobuf.ByteString |
getCatalogNameBytes()
optional string catalog_name = 1; |
int |
getCharMaxLength()
optional int32 char_max_length = 9; |
int |
getCharOctetLength()
optional int32 char_octet_length = 10; |
String |
getColumnName()
optional string column_name = 4; |
com.google.protobuf.ByteString |
getColumnNameBytes()
optional string column_name = 4; |
int |
getColumnSize()
optional int32 column_size = 17; |
String |
getDataType()
optional string data_type = 8; |
com.google.protobuf.ByteString |
getDataTypeBytes()
optional string data_type = 8; |
int |
getDateTimePrecision()
optional int32 date_time_precision = 14; |
static UserProtos.ColumnMetadata |
getDefaultInstance() |
UserProtos.ColumnMetadata |
getDefaultInstanceForType() |
String |
getDefaultValue()
optional string default_value = 6; |
com.google.protobuf.ByteString |
getDefaultValueBytes()
optional string default_value = 6; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
int |
getIntervalPrecision()
optional int32 interval_precision = 16; |
String |
getIntervalType()
optional string interval_type = 15; |
com.google.protobuf.ByteString |
getIntervalTypeBytes()
optional string interval_type = 15; |
boolean |
getIsNullable()
optional bool is_nullable = 7; |
int |
getNumericPrecision()
optional int32 numeric_precision = 11; |
int |
getNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12; |
int |
getNumericScale()
optional int32 numeric_scale = 13; |
int |
getOrdinalPosition()
optional int32 ordinal_position = 5; |
com.google.protobuf.Parser<UserProtos.ColumnMetadata> |
getParserForType() |
String |
getSchemaName()
optional string schema_name = 2; |
com.google.protobuf.ByteString |
getSchemaNameBytes()
optional string schema_name = 2; |
int |
getSerializedSize() |
String |
getTableName()
optional string table_name = 3; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 3; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCatalogName()
optional string catalog_name = 1; |
boolean |
hasCharMaxLength()
optional int32 char_max_length = 9; |
boolean |
hasCharOctetLength()
optional int32 char_octet_length = 10; |
boolean |
hasColumnName()
optional string column_name = 4; |
boolean |
hasColumnSize()
optional int32 column_size = 17; |
boolean |
hasDataType()
optional string data_type = 8; |
boolean |
hasDateTimePrecision()
optional int32 date_time_precision = 14; |
boolean |
hasDefaultValue()
optional string default_value = 6; |
int |
hashCode() |
boolean |
hasIntervalPrecision()
optional int32 interval_precision = 16; |
boolean |
hasIntervalType()
optional string interval_type = 15; |
boolean |
hasIsNullable()
optional bool is_nullable = 7; |
boolean |
hasNumericPrecision()
optional int32 numeric_precision = 11; |
boolean |
hasNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12; |
boolean |
hasNumericScale()
optional int32 numeric_scale = 13; |
boolean |
hasOrdinalPosition()
optional int32 ordinal_position = 5; |
boolean |
hasSchemaName()
optional string schema_name = 2; |
boolean |
hasTableName()
optional string table_name = 3; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static UserProtos.ColumnMetadata.Builder |
newBuilder() |
static UserProtos.ColumnMetadata.Builder |
newBuilder(UserProtos.ColumnMetadata prototype) |
UserProtos.ColumnMetadata.Builder |
newBuilderForType() |
protected UserProtos.ColumnMetadata.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static UserProtos.ColumnMetadata |
parseDelimitedFrom(InputStream input) |
static UserProtos.ColumnMetadata |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ColumnMetadata |
parseFrom(byte[] data) |
static UserProtos.ColumnMetadata |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ColumnMetadata |
parseFrom(ByteBuffer data) |
static UserProtos.ColumnMetadata |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ColumnMetadata |
parseFrom(com.google.protobuf.ByteString data) |
static UserProtos.ColumnMetadata |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ColumnMetadata |
parseFrom(com.google.protobuf.CodedInputStream input) |
static UserProtos.ColumnMetadata |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UserProtos.ColumnMetadata |
parseFrom(InputStream input) |
static UserProtos.ColumnMetadata |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<UserProtos.ColumnMetadata> |
parser() |
UserProtos.ColumnMetadata.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int CATALOG_NAME_FIELD_NUMBER
public static final int SCHEMA_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int COLUMN_NAME_FIELD_NUMBER
public static final int ORDINAL_POSITION_FIELD_NUMBER
public static final int DEFAULT_VALUE_FIELD_NUMBER
public static final int IS_NULLABLE_FIELD_NUMBER
public static final int DATA_TYPE_FIELD_NUMBER
public static final int CHAR_MAX_LENGTH_FIELD_NUMBER
public static final int CHAR_OCTET_LENGTH_FIELD_NUMBER
public static final int NUMERIC_PRECISION_FIELD_NUMBER
public static final int NUMERIC_PRECISION_RADIX_FIELD_NUMBER
public static final int NUMERIC_SCALE_FIELD_NUMBER
public static final int DATE_TIME_PRECISION_FIELD_NUMBER
public static final int INTERVAL_TYPE_FIELD_NUMBER
public static final int INTERVAL_PRECISION_FIELD_NUMBER
public static final int COLUMN_SIZE_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<UserProtos.ColumnMetadata> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasCatalogName()
optional string catalog_name = 1;hasCatalogName in interface UserProtos.ColumnMetadataOrBuilderpublic String getCatalogName()
optional string catalog_name = 1;getCatalogName in interface UserProtos.ColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getCatalogNameBytes()
optional string catalog_name = 1;getCatalogNameBytes in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasSchemaName()
optional string schema_name = 2;hasSchemaName in interface UserProtos.ColumnMetadataOrBuilderpublic String getSchemaName()
optional string schema_name = 2;getSchemaName in interface UserProtos.ColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getSchemaNameBytes()
optional string schema_name = 2;getSchemaNameBytes in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasTableName()
optional string table_name = 3;hasTableName in interface UserProtos.ColumnMetadataOrBuilderpublic String getTableName()
optional string table_name = 3;getTableName in interface UserProtos.ColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 3;getTableNameBytes in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasColumnName()
optional string column_name = 4;hasColumnName in interface UserProtos.ColumnMetadataOrBuilderpublic String getColumnName()
optional string column_name = 4;getColumnName in interface UserProtos.ColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getColumnNameBytes()
optional string column_name = 4;getColumnNameBytes in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasOrdinalPosition()
optional int32 ordinal_position = 5;hasOrdinalPosition in interface UserProtos.ColumnMetadataOrBuilderpublic int getOrdinalPosition()
optional int32 ordinal_position = 5;getOrdinalPosition in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasDefaultValue()
optional string default_value = 6;hasDefaultValue in interface UserProtos.ColumnMetadataOrBuilderpublic String getDefaultValue()
optional string default_value = 6;getDefaultValue in interface UserProtos.ColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getDefaultValueBytes()
optional string default_value = 6;getDefaultValueBytes in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasIsNullable()
optional bool is_nullable = 7;hasIsNullable in interface UserProtos.ColumnMetadataOrBuilderpublic boolean getIsNullable()
optional bool is_nullable = 7;getIsNullable in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasDataType()
optional string data_type = 8;hasDataType in interface UserProtos.ColumnMetadataOrBuilderpublic String getDataType()
optional string data_type = 8;getDataType in interface UserProtos.ColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getDataTypeBytes()
optional string data_type = 8;getDataTypeBytes in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasCharMaxLength()
optional int32 char_max_length = 9;hasCharMaxLength in interface UserProtos.ColumnMetadataOrBuilderpublic int getCharMaxLength()
optional int32 char_max_length = 9;getCharMaxLength in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasCharOctetLength()
optional int32 char_octet_length = 10;hasCharOctetLength in interface UserProtos.ColumnMetadataOrBuilderpublic int getCharOctetLength()
optional int32 char_octet_length = 10;getCharOctetLength in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasNumericPrecision()
optional int32 numeric_precision = 11;hasNumericPrecision in interface UserProtos.ColumnMetadataOrBuilderpublic int getNumericPrecision()
optional int32 numeric_precision = 11;getNumericPrecision in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12;hasNumericPrecisionRadix in interface UserProtos.ColumnMetadataOrBuilderpublic int getNumericPrecisionRadix()
optional int32 numeric_precision_radix = 12;getNumericPrecisionRadix in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasNumericScale()
optional int32 numeric_scale = 13;hasNumericScale in interface UserProtos.ColumnMetadataOrBuilderpublic int getNumericScale()
optional int32 numeric_scale = 13;getNumericScale in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasDateTimePrecision()
optional int32 date_time_precision = 14;hasDateTimePrecision in interface UserProtos.ColumnMetadataOrBuilderpublic int getDateTimePrecision()
optional int32 date_time_precision = 14;getDateTimePrecision in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasIntervalType()
optional string interval_type = 15;hasIntervalType in interface UserProtos.ColumnMetadataOrBuilderpublic String getIntervalType()
optional string interval_type = 15;getIntervalType in interface UserProtos.ColumnMetadataOrBuilderpublic com.google.protobuf.ByteString getIntervalTypeBytes()
optional string interval_type = 15;getIntervalTypeBytes in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasIntervalPrecision()
optional int32 interval_precision = 16;hasIntervalPrecision in interface UserProtos.ColumnMetadataOrBuilderpublic int getIntervalPrecision()
optional int32 interval_precision = 16;getIntervalPrecision in interface UserProtos.ColumnMetadataOrBuilderpublic boolean hasColumnSize()
optional int32 column_size = 17;hasColumnSize in interface UserProtos.ColumnMetadataOrBuilderpublic int getColumnSize()
optional int32 column_size = 17;getColumnSize in interface UserProtos.ColumnMetadataOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static UserProtos.ColumnMetadata parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ColumnMetadata parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ColumnMetadata parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ColumnMetadata parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ColumnMetadata parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ColumnMetadata parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static UserProtos.ColumnMetadata parseFrom(InputStream input) throws IOException
IOExceptionpublic static UserProtos.ColumnMetadata parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserProtos.ColumnMetadata parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static UserProtos.ColumnMetadata parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static UserProtos.ColumnMetadata parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static UserProtos.ColumnMetadata parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic UserProtos.ColumnMetadata.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static UserProtos.ColumnMetadata.Builder newBuilder()
public static UserProtos.ColumnMetadata.Builder newBuilder(UserProtos.ColumnMetadata prototype)
public UserProtos.ColumnMetadata.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected UserProtos.ColumnMetadata.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static UserProtos.ColumnMetadata getDefaultInstance()
public static com.google.protobuf.Parser<UserProtos.ColumnMetadata> parser()
public com.google.protobuf.Parser<UserProtos.ColumnMetadata> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public UserProtos.ColumnMetadata getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021 The Apache Software Foundation. All rights reserved.