org.apache.hadoop.hive.ql.io.orc
Interface OrcProto.BinaryStatisticsOrBuilder

All Superinterfaces:
org.spark_project.protobuf.MessageLiteOrBuilder, org.spark_project.protobuf.MessageOrBuilder
All Known Implementing Classes:
OrcProto.BinaryStatistics, OrcProto.BinaryStatistics.Builder
Enclosing class:
OrcProto

public static interface OrcProto.BinaryStatisticsOrBuilder
extends org.spark_project.protobuf.MessageOrBuilder


Method Summary
 long getSum()
          optional sint64 sum = 1;
 boolean hasSum()
          optional sint64 sum = 1;
 
Methods inherited from interface org.spark_project.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface org.spark_project.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

hasSum

boolean hasSum()
optional sint64 sum = 1;
 sum will store the total binary blob length in a stripe
 


getSum

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



Copyright © 2014 The Apache Software Foundation. All rights reserved.