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

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

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

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

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

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcProto.RowIndex
 OrcProto.RowIndex.Builder OrcProto.RowIndex.Builder.mergeFrom(OrcProto.RowIndex other)
           
static OrcProto.RowIndex.Builder OrcProto.RowIndex.newBuilder(OrcProto.RowIndex prototype)
           
 



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