Package io.trino.orc.proto
Class OrcProto.RowIndexEntry
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- io.trino.orc.proto.OrcProto.RowIndexEntry
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,OrcProto.RowIndexEntryOrBuilder,Serializable
- Enclosing class:
- OrcProto
public static final class OrcProto.RowIndexEntry extends com.google.protobuf.GeneratedMessageV3 implements OrcProto.RowIndexEntryOrBuilder
Protobuf typeorc.proto.RowIndexEntry- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrcProto.RowIndexEntry.BuilderProtobuf typeorc.proto.RowIndexEntry-
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 com.google.protobuf.Parser<OrcProto.RowIndexEntry>PARSERDeprecated.static intPOSITIONS_FIELD_NUMBERstatic intSTATISTICS_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static OrcProto.RowIndexEntrygetDefaultInstance()OrcProto.RowIndexEntrygetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Parser<OrcProto.RowIndexEntry>getParserForType()longgetPositions(int index)repeated uint64 positions = 1 [packed = true];intgetPositionsCount()repeated uint64 positions = 1 [packed = true];List<Long>getPositionsList()repeated uint64 positions = 1 [packed = true];intgetSerializedSize()OrcProto.ColumnStatisticsgetStatistics()optional .orc.proto.ColumnStatistics statistics = 2;OrcProto.ColumnStatisticsOrBuildergetStatisticsOrBuilder()optional .orc.proto.ColumnStatistics statistics = 2;com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()booleanhasStatistics()optional .orc.proto.ColumnStatistics statistics = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static OrcProto.RowIndexEntry.BuildernewBuilder()static OrcProto.RowIndexEntry.BuildernewBuilder(OrcProto.RowIndexEntry prototype)OrcProto.RowIndexEntry.BuildernewBuilderForType()protected OrcProto.RowIndexEntry.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static OrcProto.RowIndexEntryparseDelimitedFrom(InputStream input)static OrcProto.RowIndexEntryparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryparseFrom(byte[] data)static OrcProto.RowIndexEntryparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryparseFrom(com.google.protobuf.ByteString data)static OrcProto.RowIndexEntryparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryparseFrom(com.google.protobuf.CodedInputStream input)static OrcProto.RowIndexEntryparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryparseFrom(InputStream input)static OrcProto.RowIndexEntryparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OrcProto.RowIndexEntryparseFrom(ByteBuffer data)static OrcProto.RowIndexEntryparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<OrcProto.RowIndexEntry>parser()OrcProto.RowIndexEntry.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
-
POSITIONS_FIELD_NUMBER
public static final int POSITIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STATISTICS_FIELD_NUMBER
public static final int STATISTICS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<OrcProto.RowIndexEntry> 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
-
getPositionsList
public List<Long> getPositionsList()
repeated uint64 positions = 1 [packed = true];- Specified by:
getPositionsListin interfaceOrcProto.RowIndexEntryOrBuilder- Returns:
- A list containing the positions.
-
getPositionsCount
public int getPositionsCount()
repeated uint64 positions = 1 [packed = true];- Specified by:
getPositionsCountin interfaceOrcProto.RowIndexEntryOrBuilder- Returns:
- The count of positions.
-
getPositions
public long getPositions(int index)
repeated uint64 positions = 1 [packed = true];- Specified by:
getPositionsin interfaceOrcProto.RowIndexEntryOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The positions at the given index.
-
hasStatistics
public boolean hasStatistics()
optional .orc.proto.ColumnStatistics statistics = 2;- Specified by:
hasStatisticsin interfaceOrcProto.RowIndexEntryOrBuilder- Returns:
- Whether the statistics field is set.
-
getStatistics
public OrcProto.ColumnStatistics getStatistics()
optional .orc.proto.ColumnStatistics statistics = 2;- Specified by:
getStatisticsin interfaceOrcProto.RowIndexEntryOrBuilder- Returns:
- The statistics.
-
getStatisticsOrBuilder
public OrcProto.ColumnStatisticsOrBuilder getStatisticsOrBuilder()
optional .orc.proto.ColumnStatistics statistics = 2;- Specified by:
getStatisticsOrBuilderin interfaceOrcProto.RowIndexEntryOrBuilder
-
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.RowIndexEntry parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.RowIndexEntry parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.RowIndexEntry parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.RowIndexEntry 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.RowIndexEntry parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.RowIndexEntry parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OrcProto.RowIndexEntry parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OrcProto.RowIndexEntry parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OrcProto.RowIndexEntry parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static OrcProto.RowIndexEntry parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static OrcProto.RowIndexEntry parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static OrcProto.RowIndexEntry parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public OrcProto.RowIndexEntry.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static OrcProto.RowIndexEntry.Builder newBuilder()
-
newBuilder
public static OrcProto.RowIndexEntry.Builder newBuilder(OrcProto.RowIndexEntry prototype)
-
toBuilder
public OrcProto.RowIndexEntry.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected OrcProto.RowIndexEntry.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static OrcProto.RowIndexEntry getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<OrcProto.RowIndexEntry> parser()
-
getParserForType
public com.google.protobuf.Parser<OrcProto.RowIndexEntry> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public OrcProto.RowIndexEntry getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-