Package io.trino.orc.proto
Class OrcProto.ColumnStatistics
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.trino.orc.proto.OrcProto.ColumnStatistics
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,OrcProto.ColumnStatisticsOrBuilder,Serializable
- Enclosing class:
- OrcProto
public static final class OrcProto.ColumnStatistics extends com.google.protobuf.GeneratedMessageV3 implements OrcProto.ColumnStatisticsOrBuilder
Protobuf typeorc.proto.ColumnStatistics- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrcProto.ColumnStatistics.BuilderProtobuf typeorc.proto.ColumnStatistics-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
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
-
-
Field Summary
Fields Modifier and Type Field Description static intBINARYSTATISTICS_FIELD_NUMBERstatic intBUCKETSTATISTICS_FIELD_NUMBERstatic intBYTESONDISK_FIELD_NUMBERstatic intCOLLECTIONSTATISTICS_FIELD_NUMBERstatic intDATESTATISTICS_FIELD_NUMBERstatic intDECIMALSTATISTICS_FIELD_NUMBERstatic intDOUBLESTATISTICS_FIELD_NUMBERstatic intHASNULL_FIELD_NUMBERstatic intINTSTATISTICS_FIELD_NUMBERstatic intNUMBEROFVALUES_FIELD_NUMBERstatic com.google.protobuf.Parser<OrcProto.ColumnStatistics>PARSERDeprecated.static intSTRINGSTATISTICS_FIELD_NUMBERstatic intTIMESTAMPSTATISTICS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)OrcProto.BinaryStatisticsgetBinaryStatistics()optional .orc.proto.BinaryStatistics binaryStatistics = 8;OrcProto.BinaryStatisticsOrBuildergetBinaryStatisticsOrBuilder()optional .orc.proto.BinaryStatistics binaryStatistics = 8;OrcProto.BucketStatisticsgetBucketStatistics()optional .orc.proto.BucketStatistics bucketStatistics = 5;OrcProto.BucketStatisticsOrBuildergetBucketStatisticsOrBuilder()optional .orc.proto.BucketStatistics bucketStatistics = 5;longgetBytesOnDisk()optional uint64 bytesOnDisk = 11;OrcProto.CollectionStatisticsgetCollectionStatistics()optional .orc.proto.CollectionStatistics collectionStatistics = 12;OrcProto.CollectionStatisticsOrBuildergetCollectionStatisticsOrBuilder()optional .orc.proto.CollectionStatistics collectionStatistics = 12;OrcProto.DateStatisticsgetDateStatistics()optional .orc.proto.DateStatistics dateStatistics = 7;OrcProto.DateStatisticsOrBuildergetDateStatisticsOrBuilder()optional .orc.proto.DateStatistics dateStatistics = 7;OrcProto.DecimalStatisticsgetDecimalStatistics()optional .orc.proto.DecimalStatistics decimalStatistics = 6;OrcProto.DecimalStatisticsOrBuildergetDecimalStatisticsOrBuilder()optional .orc.proto.DecimalStatistics decimalStatistics = 6;static OrcProto.ColumnStatisticsgetDefaultInstance()OrcProto.ColumnStatisticsgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()OrcProto.DoubleStatisticsgetDoubleStatistics()optional .orc.proto.DoubleStatistics doubleStatistics = 3;OrcProto.DoubleStatisticsOrBuildergetDoubleStatisticsOrBuilder()optional .orc.proto.DoubleStatistics doubleStatistics = 3;booleangetHasNull()optional bool hasNull = 10;OrcProto.IntegerStatisticsgetIntStatistics()optional .orc.proto.IntegerStatistics intStatistics = 2;OrcProto.IntegerStatisticsOrBuildergetIntStatisticsOrBuilder()optional .orc.proto.IntegerStatistics intStatistics = 2;longgetNumberOfValues()optional uint64 numberOfValues = 1;com.google.protobuf.Parser<OrcProto.ColumnStatistics>getParserForType()intgetSerializedSize()OrcProto.StringStatisticsgetStringStatistics()optional .orc.proto.StringStatistics stringStatistics = 4;OrcProto.StringStatisticsOrBuildergetStringStatisticsOrBuilder()optional .orc.proto.StringStatistics stringStatistics = 4;OrcProto.TimestampStatisticsgetTimestampStatistics()optional .orc.proto.TimestampStatistics timestampStatistics = 9;OrcProto.TimestampStatisticsOrBuildergetTimestampStatisticsOrBuilder()optional .orc.proto.TimestampStatistics timestampStatistics = 9;com.google.protobuf.UnknownFieldSetgetUnknownFields()booleanhasBinaryStatistics()optional .orc.proto.BinaryStatistics binaryStatistics = 8;booleanhasBucketStatistics()optional .orc.proto.BucketStatistics bucketStatistics = 5;booleanhasBytesOnDisk()optional uint64 bytesOnDisk = 11;booleanhasCollectionStatistics()optional .orc.proto.CollectionStatistics collectionStatistics = 12;booleanhasDateStatistics()optional .orc.proto.DateStatistics dateStatistics = 7;booleanhasDecimalStatistics()optional .orc.proto.DecimalStatistics decimalStatistics = 6;booleanhasDoubleStatistics()optional .orc.proto.DoubleStatistics doubleStatistics = 3;booleanhasHasNull()optional bool hasNull = 10;inthashCode()booleanhasIntStatistics()optional .orc.proto.IntegerStatistics intStatistics = 2;booleanhasNumberOfValues()optional uint64 numberOfValues = 1;booleanhasStringStatistics()optional .orc.proto.StringStatistics stringStatistics = 4;booleanhasTimestampStatistics()optional .orc.proto.TimestampStatistics timestampStatistics = 9;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static OrcProto.ColumnStatistics.BuildernewBuilder()static OrcProto.ColumnStatistics.BuildernewBuilder(OrcProto.ColumnStatistics prototype)OrcProto.ColumnStatistics.BuildernewBuilderForType()protected OrcProto.ColumnStatistics.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static OrcProto.ColumnStatisticsparseDelimitedFrom(InputStream input)static OrcProto.ColumnStatisticsparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.ColumnStatisticsparseFrom(byte[] data)static OrcProto.ColumnStatisticsparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.ColumnStatisticsparseFrom(com.google.protobuf.ByteString data)static OrcProto.ColumnStatisticsparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.ColumnStatisticsparseFrom(com.google.protobuf.CodedInputStream input)static OrcProto.ColumnStatisticsparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.ColumnStatisticsparseFrom(InputStream input)static OrcProto.ColumnStatisticsparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.ColumnStatisticsparseFrom(ByteBuffer data)static OrcProto.ColumnStatisticsparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<OrcProto.ColumnStatistics>parser()OrcProto.ColumnStatistics.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, 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, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NUMBEROFVALUES_FIELD_NUMBER
public static final int NUMBEROFVALUES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INTSTATISTICS_FIELD_NUMBER
public static final int INTSTATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DOUBLESTATISTICS_FIELD_NUMBER
public static final int DOUBLESTATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRINGSTATISTICS_FIELD_NUMBER
public static final int STRINGSTATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BUCKETSTATISTICS_FIELD_NUMBER
public static final int BUCKETSTATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DECIMALSTATISTICS_FIELD_NUMBER
public static final int DECIMALSTATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATESTATISTICS_FIELD_NUMBER
public static final int DATESTATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BINARYSTATISTICS_FIELD_NUMBER
public static final int BINARYSTATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMESTAMPSTATISTICS_FIELD_NUMBER
public static final int TIMESTAMPSTATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
HASNULL_FIELD_NUMBER
public static final int HASNULL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
BYTESONDISK_FIELD_NUMBER
public static final int BYTESONDISK_FIELD_NUMBER
- See Also:
- Constant Field Values
-
COLLECTIONSTATISTICS_FIELD_NUMBER
public static final int COLLECTIONSTATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<OrcProto.ColumnStatistics> PARSER
Deprecated.
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasNumberOfValues
public boolean hasNumberOfValues()
optional uint64 numberOfValues = 1;- Specified by:
hasNumberOfValuesin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the numberOfValues field is set.
-
getNumberOfValues
public long getNumberOfValues()
optional uint64 numberOfValues = 1;- Specified by:
getNumberOfValuesin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The numberOfValues.
-
hasIntStatistics
public boolean hasIntStatistics()
optional .orc.proto.IntegerStatistics intStatistics = 2;- Specified by:
hasIntStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the intStatistics field is set.
-
getIntStatistics
public OrcProto.IntegerStatistics getIntStatistics()
optional .orc.proto.IntegerStatistics intStatistics = 2;- Specified by:
getIntStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The intStatistics.
-
getIntStatisticsOrBuilder
public OrcProto.IntegerStatisticsOrBuilder getIntStatisticsOrBuilder()
optional .orc.proto.IntegerStatistics intStatistics = 2;- Specified by:
getIntStatisticsOrBuilderin interfaceOrcProto.ColumnStatisticsOrBuilder
-
hasDoubleStatistics
public boolean hasDoubleStatistics()
optional .orc.proto.DoubleStatistics doubleStatistics = 3;- Specified by:
hasDoubleStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the doubleStatistics field is set.
-
getDoubleStatistics
public OrcProto.DoubleStatistics getDoubleStatistics()
optional .orc.proto.DoubleStatistics doubleStatistics = 3;- Specified by:
getDoubleStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The doubleStatistics.
-
getDoubleStatisticsOrBuilder
public OrcProto.DoubleStatisticsOrBuilder getDoubleStatisticsOrBuilder()
optional .orc.proto.DoubleStatistics doubleStatistics = 3;- Specified by:
getDoubleStatisticsOrBuilderin interfaceOrcProto.ColumnStatisticsOrBuilder
-
hasStringStatistics
public boolean hasStringStatistics()
optional .orc.proto.StringStatistics stringStatistics = 4;- Specified by:
hasStringStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the stringStatistics field is set.
-
getStringStatistics
public OrcProto.StringStatistics getStringStatistics()
optional .orc.proto.StringStatistics stringStatistics = 4;- Specified by:
getStringStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The stringStatistics.
-
getStringStatisticsOrBuilder
public OrcProto.StringStatisticsOrBuilder getStringStatisticsOrBuilder()
optional .orc.proto.StringStatistics stringStatistics = 4;- Specified by:
getStringStatisticsOrBuilderin interfaceOrcProto.ColumnStatisticsOrBuilder
-
hasBucketStatistics
public boolean hasBucketStatistics()
optional .orc.proto.BucketStatistics bucketStatistics = 5;- Specified by:
hasBucketStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the bucketStatistics field is set.
-
getBucketStatistics
public OrcProto.BucketStatistics getBucketStatistics()
optional .orc.proto.BucketStatistics bucketStatistics = 5;- Specified by:
getBucketStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The bucketStatistics.
-
getBucketStatisticsOrBuilder
public OrcProto.BucketStatisticsOrBuilder getBucketStatisticsOrBuilder()
optional .orc.proto.BucketStatistics bucketStatistics = 5;- Specified by:
getBucketStatisticsOrBuilderin interfaceOrcProto.ColumnStatisticsOrBuilder
-
hasDecimalStatistics
public boolean hasDecimalStatistics()
optional .orc.proto.DecimalStatistics decimalStatistics = 6;- Specified by:
hasDecimalStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the decimalStatistics field is set.
-
getDecimalStatistics
public OrcProto.DecimalStatistics getDecimalStatistics()
optional .orc.proto.DecimalStatistics decimalStatistics = 6;- Specified by:
getDecimalStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The decimalStatistics.
-
getDecimalStatisticsOrBuilder
public OrcProto.DecimalStatisticsOrBuilder getDecimalStatisticsOrBuilder()
optional .orc.proto.DecimalStatistics decimalStatistics = 6;- Specified by:
getDecimalStatisticsOrBuilderin interfaceOrcProto.ColumnStatisticsOrBuilder
-
hasDateStatistics
public boolean hasDateStatistics()
optional .orc.proto.DateStatistics dateStatistics = 7;- Specified by:
hasDateStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the dateStatistics field is set.
-
getDateStatistics
public OrcProto.DateStatistics getDateStatistics()
optional .orc.proto.DateStatistics dateStatistics = 7;- Specified by:
getDateStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The dateStatistics.
-
getDateStatisticsOrBuilder
public OrcProto.DateStatisticsOrBuilder getDateStatisticsOrBuilder()
optional .orc.proto.DateStatistics dateStatistics = 7;- Specified by:
getDateStatisticsOrBuilderin interfaceOrcProto.ColumnStatisticsOrBuilder
-
hasBinaryStatistics
public boolean hasBinaryStatistics()
optional .orc.proto.BinaryStatistics binaryStatistics = 8;- Specified by:
hasBinaryStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the binaryStatistics field is set.
-
getBinaryStatistics
public OrcProto.BinaryStatistics getBinaryStatistics()
optional .orc.proto.BinaryStatistics binaryStatistics = 8;- Specified by:
getBinaryStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The binaryStatistics.
-
getBinaryStatisticsOrBuilder
public OrcProto.BinaryStatisticsOrBuilder getBinaryStatisticsOrBuilder()
optional .orc.proto.BinaryStatistics binaryStatistics = 8;- Specified by:
getBinaryStatisticsOrBuilderin interfaceOrcProto.ColumnStatisticsOrBuilder
-
hasTimestampStatistics
public boolean hasTimestampStatistics()
optional .orc.proto.TimestampStatistics timestampStatistics = 9;- Specified by:
hasTimestampStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the timestampStatistics field is set.
-
getTimestampStatistics
public OrcProto.TimestampStatistics getTimestampStatistics()
optional .orc.proto.TimestampStatistics timestampStatistics = 9;- Specified by:
getTimestampStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The timestampStatistics.
-
getTimestampStatisticsOrBuilder
public OrcProto.TimestampStatisticsOrBuilder getTimestampStatisticsOrBuilder()
optional .orc.proto.TimestampStatistics timestampStatistics = 9;- Specified by:
getTimestampStatisticsOrBuilderin interfaceOrcProto.ColumnStatisticsOrBuilder
-
hasHasNull
public boolean hasHasNull()
optional bool hasNull = 10;- Specified by:
hasHasNullin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the hasNull field is set.
-
getHasNull
public boolean getHasNull()
optional bool hasNull = 10;- Specified by:
getHasNullin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The hasNull.
-
hasBytesOnDisk
public boolean hasBytesOnDisk()
optional uint64 bytesOnDisk = 11;- Specified by:
hasBytesOnDiskin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the bytesOnDisk field is set.
-
getBytesOnDisk
public long getBytesOnDisk()
optional uint64 bytesOnDisk = 11;- Specified by:
getBytesOnDiskin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The bytesOnDisk.
-
hasCollectionStatistics
public boolean hasCollectionStatistics()
optional .orc.proto.CollectionStatistics collectionStatistics = 12;- Specified by:
hasCollectionStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- Whether the collectionStatistics field is set.
-
getCollectionStatistics
public OrcProto.CollectionStatistics getCollectionStatistics()
optional .orc.proto.CollectionStatistics collectionStatistics = 12;- Specified by:
getCollectionStatisticsin interfaceOrcProto.ColumnStatisticsOrBuilder- Returns:
- The collectionStatistics.
-
getCollectionStatisticsOrBuilder
public OrcProto.CollectionStatisticsOrBuilder getCollectionStatisticsOrBuilder()
optional .orc.proto.CollectionStatistics collectionStatistics = 12;- Specified by:
getCollectionStatisticsOrBuilderin interfaceOrcProto.ColumnStatisticsOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OrcProto.ColumnStatistics parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OrcProto.ColumnStatistics parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OrcProto.ColumnStatistics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public OrcProto.ColumnStatistics.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static OrcProto.ColumnStatistics.Builder newBuilder()
-
newBuilder
public static OrcProto.ColumnStatistics.Builder newBuilder(OrcProto.ColumnStatistics prototype)
-
toBuilder
public OrcProto.ColumnStatistics.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected OrcProto.ColumnStatistics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static OrcProto.ColumnStatistics getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<OrcProto.ColumnStatistics> parser()
-
getParserForType
public com.google.protobuf.Parser<OrcProto.ColumnStatistics> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public OrcProto.ColumnStatistics getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-