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

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

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

Methods in org.apache.hadoop.hive.ql.io.orc that return OrcProto.RowIndexEntry.Builder
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.addAllPositions(Iterable<? extends Long> values)
          repeated uint64 positions = 1 [packed = true];
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndex.Builder.addEntryBuilder()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndex.Builder.addEntryBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.addPositions(long value)
          repeated uint64 positions = 1 [packed = true];
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.clear()
           
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.clearPositions()
          repeated uint64 positions = 1 [packed = true];
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.clearStatistics()
          optional .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 2;
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.clone()
           
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndex.Builder.getEntryBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.mergeFrom(org.spark_project.protobuf.CodedInputStream input, org.spark_project.protobuf.ExtensionRegistryLite extensionRegistry)
           
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.mergeFrom(org.spark_project.protobuf.Message other)
           
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.mergeFrom(OrcProto.RowIndexEntry other)
           
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.mergeStatistics(OrcProto.ColumnStatistics value)
          optional .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 2;
static OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.newBuilder()
           
static OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.newBuilder(OrcProto.RowIndexEntry prototype)
           
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.newBuilderForType()
           
protected  OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.newBuilderForType(org.spark_project.protobuf.GeneratedMessage.BuilderParent parent)
           
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.setPositions(int index, long value)
          repeated uint64 positions = 1 [packed = true];
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.setStatistics(OrcProto.ColumnStatistics.Builder builderForValue)
          optional .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 2;
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.Builder.setStatistics(OrcProto.ColumnStatistics value)
          optional .org.apache.hadoop.hive.ql.io.orc.ColumnStatistics statistics = 2;
 OrcProto.RowIndexEntry.Builder OrcProto.RowIndexEntry.toBuilder()
           
 

Methods in org.apache.hadoop.hive.ql.io.orc that return types with arguments of type OrcProto.RowIndexEntry.Builder
 List<OrcProto.RowIndexEntry.Builder> OrcProto.RowIndex.Builder.getEntryBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 

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



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