Uses of Class
org.apache.hadoop.hive.ql.io.orc.OrcProto.IntegerStatistics

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

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

Fields in org.apache.hadoop.hive.ql.io.orc with type parameters of type OrcProto.IntegerStatistics
static org.spark_project.protobuf.Parser<OrcProto.IntegerStatistics> OrcProto.IntegerStatistics.PARSER
           
 

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcProto.IntegerStatistics
 OrcProto.IntegerStatistics OrcProto.IntegerStatistics.Builder.build()
           
 OrcProto.IntegerStatistics OrcProto.IntegerStatistics.Builder.buildPartial()
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.getDefaultInstance()
           
 OrcProto.IntegerStatistics OrcProto.IntegerStatistics.getDefaultInstanceForType()
           
 OrcProto.IntegerStatistics OrcProto.IntegerStatistics.Builder.getDefaultInstanceForType()
           
 OrcProto.IntegerStatistics OrcProto.ColumnStatisticsOrBuilder.getIntStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
 OrcProto.IntegerStatistics OrcProto.ColumnStatistics.getIntStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
 OrcProto.IntegerStatistics OrcProto.ColumnStatistics.Builder.getIntStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseDelimitedFrom(InputStream input)
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseFrom(byte[] data)
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseFrom(InputStream input)
           
static OrcProto.IntegerStatistics OrcProto.IntegerStatistics.parseFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.hive.ql.io.orc that return types with arguments of type OrcProto.IntegerStatistics
 org.spark_project.protobuf.Parser<OrcProto.IntegerStatistics> OrcProto.IntegerStatistics.getParserForType()
           
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcProto.IntegerStatistics
 OrcProto.IntegerStatistics.Builder OrcProto.IntegerStatistics.Builder.mergeFrom(OrcProto.IntegerStatistics other)
           
 OrcProto.ColumnStatistics.Builder OrcProto.ColumnStatistics.Builder.mergeIntStatistics(OrcProto.IntegerStatistics value)
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
static OrcProto.IntegerStatistics.Builder OrcProto.IntegerStatistics.newBuilder(OrcProto.IntegerStatistics prototype)
           
 OrcProto.ColumnStatistics.Builder OrcProto.ColumnStatistics.Builder.setIntStatistics(OrcProto.IntegerStatistics value)
          optional .org.apache.hadoop.hive.ql.io.orc.IntegerStatistics intStatistics = 2;
 



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