Interface OrcProto.BinaryStatisticsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getSum()
      sum will store the total binary blob length in a stripe
      boolean hasSum()
      sum will store the total binary blob length in a stripe
      • 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

      • hasSum

        boolean hasSum()
         sum will store the total binary blob length in a stripe
         
        optional sint64 sum = 1;
        Returns:
        Whether the sum field is set.
      • getSum

        long getSum()
         sum will store the total binary blob length in a stripe
         
        optional sint64 sum = 1;
        Returns:
        The sum.