org.apache.hadoop.hive.ql.io.orc
Interface OrcProto.RowIndexOrBuilder

All Superinterfaces:
org.spark_project.protobuf.MessageLiteOrBuilder, org.spark_project.protobuf.MessageOrBuilder
All Known Implementing Classes:
OrcProto.RowIndex, OrcProto.RowIndex.Builder
Enclosing class:
OrcProto

public static interface OrcProto.RowIndexOrBuilder
extends org.spark_project.protobuf.MessageOrBuilder


Method Summary
 OrcProto.RowIndexEntry getEntry(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 int getEntryCount()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 List<OrcProto.RowIndexEntry> getEntryList()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 OrcProto.RowIndexEntryOrBuilder getEntryOrBuilder(int index)
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 List<? extends OrcProto.RowIndexEntryOrBuilder> getEntryOrBuilderList()
          repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;
 
Methods inherited from interface org.spark_project.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface org.spark_project.protobuf.MessageLiteOrBuilder
isInitialized
 

Method Detail

getEntryList

List<OrcProto.RowIndexEntry> getEntryList()
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


getEntry

OrcProto.RowIndexEntry getEntry(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


getEntryCount

int getEntryCount()
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


getEntryOrBuilderList

List<? extends OrcProto.RowIndexEntryOrBuilder> getEntryOrBuilderList()
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;


getEntryOrBuilder

OrcProto.RowIndexEntryOrBuilder getEntryOrBuilder(int index)
repeated .org.apache.hadoop.hive.ql.io.orc.RowIndexEntry entry = 1;



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