Package io.trino.orc.proto
Interface OrcProto.RowIndexEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrcProto.RowIndexEntry,OrcProto.RowIndexEntry.Builder
- Enclosing class:
- OrcProto
public static interface OrcProto.RowIndexEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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];OrcProto.ColumnStatisticsgetStatistics()optional .orc.proto.ColumnStatistics statistics = 2;OrcProto.ColumnStatisticsOrBuildergetStatisticsOrBuilder()optional .orc.proto.ColumnStatistics statistics = 2;booleanhasStatistics()optional .orc.proto.ColumnStatistics statistics = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPositionsList
List<Long> getPositionsList()
repeated uint64 positions = 1 [packed = true];- Returns:
- A list containing the positions.
-
getPositionsCount
int getPositionsCount()
repeated uint64 positions = 1 [packed = true];- Returns:
- The count of positions.
-
getPositions
long getPositions(int index)
repeated uint64 positions = 1 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The positions at the given index.
-
hasStatistics
boolean hasStatistics()
optional .orc.proto.ColumnStatistics statistics = 2;- Returns:
- Whether the statistics field is set.
-
getStatistics
OrcProto.ColumnStatistics getStatistics()
optional .orc.proto.ColumnStatistics statistics = 2;- Returns:
- The statistics.
-
getStatisticsOrBuilder
OrcProto.ColumnStatisticsOrBuilder getStatisticsOrBuilder()
optional .orc.proto.ColumnStatistics statistics = 2;
-
-