Uses of Interface
org.apache.hadoop.hive.ql.io.orc.OrcProto.IntegerStatisticsOrBuilder

Packages that use OrcProto.IntegerStatisticsOrBuilder
org.apache.hadoop.hive.ql.io.orc The Optimized Row Columnar (ORC) File Format. 
 

Uses of OrcProto.IntegerStatisticsOrBuilder in org.apache.hadoop.hive.ql.io.orc
 

Classes in org.apache.hadoop.hive.ql.io.orc that implement OrcProto.IntegerStatisticsOrBuilder
static class OrcProto.IntegerStatistics
          Protobuf type org.apache.hadoop.hive.ql.io.orc.IntegerStatistics
static class OrcProto.IntegerStatistics.Builder
          Protobuf type org.apache.hadoop.hive.ql.io.orc.IntegerStatistics
 

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcProto.IntegerStatisticsOrBuilder
 OrcProto.IntegerStatisticsOrBuilder OrcProto.ColumnStatisticsOrBuilder.getIntStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
 OrcProto.IntegerStatisticsOrBuilder OrcProto.ColumnStatistics.getIntStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
 OrcProto.IntegerStatisticsOrBuilder OrcProto.ColumnStatistics.Builder.getIntStatisticsOrBuilder()
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
 



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