public static final class OtsDelivery.ParquetSchema extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage implements OtsDelivery.ParquetSchemaOrBuilder
com.alicloud.openservices.tablestore.core.protocol.ParquetSchema| 限定符和类型 | 类和说明 |
|---|---|
static class |
OtsDelivery.ParquetSchema.Builder
Protobuf type
com.alicloud.openservices.tablestore.core.protocol.ParquetSchema |
static class |
OtsDelivery.ParquetSchema.DataType
Protobuf enum
com.alicloud.openservices.tablestore.core.protocol.ParquetSchema.DataType |
com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,BuilderT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT,BuilderT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.aliyun.ots.thirdparty.com.google.protobuf.Message,T>, com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.UnusedPrivateParameter| 限定符和类型 | 字段和说明 |
|---|---|
static int |
COLUMNNAME_FIELD_NUMBER |
static int |
ENCODE_FIELD_NUMBER |
static int |
OSSCOLUMNNAME_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
static int |
TYPEEXTEND_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getColumnName()
optional string columnName = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getColumnNameBytes()
optional string columnName = 1; |
static OtsDelivery.ParquetSchema |
getDefaultInstance() |
OtsDelivery.ParquetSchema |
getDefaultInstanceForType() |
static com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
OtsDelivery.Encoding |
getEncode()
optional .com.alicloud.openservices.tablestore.core.protocol.Encoding encode = 4; |
String |
getOssColumnName()
optional string ossColumnName = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getOssColumnNameBytes()
optional string ossColumnName = 2; |
com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsDelivery.ParquetSchema> |
getParserForType() |
int |
getSerializedSize() |
OtsDelivery.ParquetSchema.DataType |
getType()
parquet logical type
optional .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema.DataType type = 3; |
String |
getTypeExtend()
optional string typeExtend = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getTypeExtendBytes()
optional string typeExtend = 5; |
boolean |
hasColumnName()
optional string columnName = 1; |
boolean |
hasEncode()
optional .com.alicloud.openservices.tablestore.core.protocol.Encoding encode = 4; |
int |
hashCode() |
boolean |
hasOssColumnName()
optional string ossColumnName = 2; |
boolean |
hasType()
parquet logical type
optional .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema.DataType type = 3; |
boolean |
hasTypeExtend()
optional string typeExtend = 5; |
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static OtsDelivery.ParquetSchema.Builder |
newBuilder() |
static OtsDelivery.ParquetSchema.Builder |
newBuilder(OtsDelivery.ParquetSchema prototype) |
OtsDelivery.ParquetSchema.Builder |
newBuilderForType() |
protected OtsDelivery.ParquetSchema.Builder |
newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent) |
static OtsDelivery.ParquetSchema |
parseDelimitedFrom(InputStream input) |
static OtsDelivery.ParquetSchema |
parseDelimitedFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsDelivery.ParquetSchema |
parseFrom(byte[] data) |
static OtsDelivery.ParquetSchema |
parseFrom(byte[] data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsDelivery.ParquetSchema |
parseFrom(ByteBuffer data) |
static OtsDelivery.ParquetSchema |
parseFrom(ByteBuffer data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsDelivery.ParquetSchema |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) |
static OtsDelivery.ParquetSchema |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsDelivery.ParquetSchema |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) |
static OtsDelivery.ParquetSchema |
parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OtsDelivery.ParquetSchema |
parseFrom(InputStream input) |
static OtsDelivery.ParquetSchema |
parseFrom(InputStream input,
com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsDelivery.ParquetSchema> |
parser() |
OtsDelivery.ParquetSchema.Builder |
toBuilder() |
void |
writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int COLUMNNAME_FIELD_NUMBER
public static final int OSSCOLUMNNAME_FIELD_NUMBER
public static final int TYPE_FIELD_NUMBER
public static final int ENCODE_FIELD_NUMBER
public static final int TYPEEXTEND_FIELD_NUMBER
public static final com.aliyun.ots.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean hasColumnName()
optional string columnName = 1;hasColumnName 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic String getColumnName()
optional string columnName = 1;getColumnName 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getColumnNameBytes()
optional string columnName = 1;getColumnNameBytes 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic boolean hasOssColumnName()
optional string ossColumnName = 2;hasOssColumnName 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic String getOssColumnName()
optional string ossColumnName = 2;getOssColumnName 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getOssColumnNameBytes()
optional string ossColumnName = 2;getOssColumnNameBytes 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic boolean hasType()
parquet logical type
optional .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema.DataType type = 3;hasType 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic OtsDelivery.ParquetSchema.DataType getType()
parquet logical type
optional .com.alicloud.openservices.tablestore.core.protocol.ParquetSchema.DataType type = 3;getType 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic boolean hasEncode()
optional .com.alicloud.openservices.tablestore.core.protocol.Encoding encode = 4;hasEncode 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic OtsDelivery.Encoding getEncode()
optional .com.alicloud.openservices.tablestore.core.protocol.Encoding encode = 4;getEncode 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic boolean hasTypeExtend()
optional string typeExtend = 5;hasTypeExtend 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic String getTypeExtend()
optional string typeExtend = 5;getTypeExtend 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getTypeExtendBytes()
optional string typeExtend = 5;getTypeExtendBytes 在接口中 OtsDelivery.ParquetSchemaOrBuilderpublic final boolean isInitialized()
isInitialized 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic void writeTo(com.aliyun.ots.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitewriteTo 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetSerializedSize 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic boolean equals(Object obj)
equals 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.Messageequals 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagehashCode 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static OtsDelivery.ParquetSchema parseFrom(ByteBuffer data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsDelivery.ParquetSchema parseFrom(ByteBuffer data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsDelivery.ParquetSchema parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsDelivery.ParquetSchema parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.ByteString data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsDelivery.ParquetSchema parseFrom(byte[] data) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsDelivery.ParquetSchema parseFrom(byte[] data, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferException
com.aliyun.ots.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static OtsDelivery.ParquetSchema parseFrom(InputStream input) throws IOException
IOExceptionpublic static OtsDelivery.ParquetSchema parseFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsDelivery.ParquetSchema parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static OtsDelivery.ParquetSchema parseDelimitedFrom(InputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static OtsDelivery.ParquetSchema parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static OtsDelivery.ParquetSchema parseFrom(com.aliyun.ots.thirdparty.com.google.protobuf.CodedInputStream input, com.aliyun.ots.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic OtsDelivery.ParquetSchema.Builder newBuilderForType()
newBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagenewBuilderForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitepublic static OtsDelivery.ParquetSchema.Builder newBuilder()
public static OtsDelivery.ParquetSchema.Builder newBuilder(OtsDelivery.ParquetSchema prototype)
public OtsDelivery.ParquetSchema.Builder toBuilder()
toBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagetoBuilder 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteprotected OtsDelivery.ParquetSchema.Builder newBuilderForType(com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessage.BuilderParent parent)
newBuilderForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.AbstractMessagepublic static OtsDelivery.ParquetSchema getDefaultInstance()
public static com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsDelivery.ParquetSchema> parser()
public com.aliyun.ots.thirdparty.com.google.protobuf.Parser<OtsDelivery.ParquetSchema> getParserForType()
getParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessagegetParserForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLitegetParserForType 在类中 com.aliyun.ots.thirdparty.com.google.protobuf.GeneratedMessagepublic OtsDelivery.ParquetSchema getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2025. All Rights Reserved.