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

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

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

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

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcProto.RowIndexEntry
 OrcProto.RowIndexEntry OrcProto.RowIndexEntry.Builder.build()
           
 OrcProto.RowIndexEntry OrcProto.RowIndexEntry.Builder.buildPartial()
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.getDefaultInstance()
           
 OrcProto.RowIndexEntry OrcProto.RowIndexEntry.getDefaultInstanceForType()
           
 OrcProto.RowIndexEntry OrcProto.RowIndexEntry.Builder.getDefaultInstanceForType()
           
 OrcProto.RowIndexEntry OrcProto.RowIndexOrBuilder.getEntry(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntry OrcProto.RowIndex.getEntry(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntry OrcProto.RowIndex.Builder.getEntry(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.parseDelimitedFrom(InputStream input)
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.parseDelimitedFrom(InputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.parseFrom(byte[] data)
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.parseFrom(byte[] data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.parseFrom(org.spark_project.protobuf.ByteString data)
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.parseFrom(org.spark_project.protobuf.ByteString data, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.parseFrom(org.spark_project.protobuf.CodedInputStream input)
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.parseFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.parseFrom(InputStream input)
           
static OrcProto.RowIndexEntry OrcProto.RowIndexEntry.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.RowIndexEntry
 List<OrcProto.RowIndexEntry> OrcProto.RowIndexOrBuilder.getEntryList()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 List<OrcProto.RowIndexEntry> OrcProto.RowIndex.getEntryList()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 List<OrcProto.RowIndexEntry> OrcProto.RowIndex.Builder.getEntryList()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 org.spark_project.protobuf.Parser<OrcProto.RowIndexEntry> OrcProto.RowIndexEntry.getParserForType()
           
 

Methods in org.apache.hadoop.hive.ql.io.orc with parameters of type OrcProto.RowIndexEntry
 OrcProto.RowIndex.Builder OrcProto.RowIndex.Builder.addEntry(int index, OrcProto.RowIndexEntry value)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndex.Builder OrcProto.RowIndex.Builder.addEntry(OrcProto.RowIndexEntry value)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.mergeFrom(OrcProto.RowIndexEntry other)
           
static OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.newBuilder(OrcProto.RowIndexEntry prototype)
           
 OrcProto.RowIndex.Builder OrcProto.RowIndex.Builder.setEntry(int index, OrcProto.RowIndexEntry value)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 

Method parameters in org.apache.hadoop.hive.ql.io.orc with type arguments of type OrcProto.RowIndexEntry
 OrcProto.RowIndex.Builder OrcProto.RowIndex.Builder.addAllEntry(Iterable<? extends OrcProto.RowIndexEntry> values)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 



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