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

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

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


Method Summary
 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 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

getCountList

List<Long> getCountList()
repeated uint64 count = 1 [packed = true];


getCountCount

int getCountCount()
repeated uint64 count = 1 [packed = true];


getCount

long getCount(int index)
repeated uint64 count = 1 [packed = true];



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