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

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

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

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

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

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcProto.BinaryStatistics
 OrcProto.ColumnStatistics.Builder OrcProto.ColumnStatistics.Builder.mergeBinaryStatistics(OrcProto.BinaryStatistics value)
          optional .org.apache.hadoop.hive.ql.io.orc.BinaryStatistics binaryStatistics = 8;
 OrcProto.BinaryStatistics.Builder OrcProto.BinaryStatistics.Builder.mergeFrom(OrcProto.BinaryStatistics other)
           
static OrcProto.BinaryStatistics.Builder OrcProto.BinaryStatistics.newBuilder(OrcProto.BinaryStatistics prototype)
           
 OrcProto.ColumnStatistics.Builder OrcProto.ColumnStatistics.Builder.setBinaryStatistics(OrcProto.BinaryStatistics value)
          optional .org.apache.hadoop.hive.ql.io.orc.BinaryStatistics binaryStatistics = 8;
 



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