Interface OrcProto.BucketStatisticsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getCount​(int index)
      repeated uint64 count = 1 [packed = true];
      int getCountCount()
      repeated uint64 count = 1 [packed = true];
      List<Long> getCountList()
      repeated uint64 count = 1 [packed = true];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.