Package io.trino.orc.proto
Interface OrcProto.BucketStatisticsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrcProto.BucketStatistics,OrcProto.BucketStatistics.Builder
- Enclosing class:
- OrcProto
public static interface OrcProto.BucketStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCount(int index)repeated uint64 count = 1 [packed = true];intgetCountCount()repeated uint64 count = 1 [packed = true];List<Long>getCountList()repeated uint64 count = 1 [packed = true];-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCountList
List<Long> getCountList()
repeated uint64 count = 1 [packed = true];- Returns:
- A list containing the count.
-
getCountCount
int getCountCount()
repeated uint64 count = 1 [packed = true];- Returns:
- The count of count.
-
getCount
long getCount(int index)
repeated uint64 count = 1 [packed = true];- Parameters:
index- The index of the element to return.- Returns:
- The count at the given index.
-
-