public static interface OrcProto.RowIndexOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OrcProto.RowIndexEntry |
getEntry(int index)
repeated .orc.proto.RowIndexEntry entry = 1; |
int |
getEntryCount()
repeated .orc.proto.RowIndexEntry entry = 1; |
List<OrcProto.RowIndexEntry> |
getEntryList()
repeated .orc.proto.RowIndexEntry entry = 1; |
OrcProto.RowIndexEntryOrBuilder |
getEntryOrBuilder(int index)
repeated .orc.proto.RowIndexEntry entry = 1; |
List<? extends OrcProto.RowIndexEntryOrBuilder> |
getEntryOrBuilderList()
repeated .orc.proto.RowIndexEntry entry = 1; |
List<OrcProto.RowIndexEntry> getEntryList()
repeated .orc.proto.RowIndexEntry entry = 1;
OrcProto.RowIndexEntry getEntry(int index)
repeated .orc.proto.RowIndexEntry entry = 1;
int getEntryCount()
repeated .orc.proto.RowIndexEntry entry = 1;
List<? extends OrcProto.RowIndexEntryOrBuilder> getEntryOrBuilderList()
repeated .orc.proto.RowIndexEntry entry = 1;
OrcProto.RowIndexEntryOrBuilder getEntryOrBuilder(int index)
repeated .orc.proto.RowIndexEntry entry = 1;
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.