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

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

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

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

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcProto.DoubleStatistics
 OrcProto.DoubleStatistics OrcProto.DoubleStatistics.Builder.build()
           
 OrcProto.DoubleStatistics OrcProto.DoubleStatistics.Builder.buildPartial()
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.getDefaultInstance()
           
 OrcProto.DoubleStatistics OrcProto.DoubleStatistics.getDefaultInstanceForType()
           
 OrcProto.DoubleStatistics OrcProto.DoubleStatistics.Builder.getDefaultInstanceForType()
           
 OrcProto.DoubleStatistics OrcProto.ColumnStatisticsOrBuilder.getDoubleStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;
 OrcProto.DoubleStatistics OrcProto.ColumnStatistics.getDoubleStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;
 OrcProto.DoubleStatistics OrcProto.ColumnStatistics.Builder.getDoubleStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.parseDelimitedFrom(InputStream input)
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.parseFrom(byte[] data)
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.parseFrom(InputStream input)
           
static OrcProto.DoubleStatistics OrcProto.DoubleStatistics.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.DoubleStatistics
 org.spark_project.protobuf.Parser<OrcProto.DoubleStatistics> OrcProto.DoubleStatistics.getParserForType()
           
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcProto.DoubleStatistics
 OrcProto.ColumnStatistics.Builder OrcProto.ColumnStatistics.Builder.mergeDoubleStatistics(OrcProto.DoubleStatistics value)
          optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;
 OrcProto.DoubleStatistics.Builder OrcProto.DoubleStatistics.Builder.mergeFrom(OrcProto.DoubleStatistics other)
           
static OrcProto.DoubleStatistics.Builder OrcProto.DoubleStatistics.newBuilder(OrcProto.DoubleStatistics prototype)
           
 OrcProto.ColumnStatistics.Builder OrcProto.ColumnStatistics.Builder.setDoubleStatistics(OrcProto.DoubleStatistics value)
          optional .org.apache.hadoop.hive.ql.io.orc.DoubleStatistics doubleStatistics = 3;
 



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