Package | Description |
---|---|
org.apache.orc | |
org.apache.orc.impl |
Modifier and Type | Field and Description |
---|---|
static com.google.protobuf.Parser<OrcProto.RowIndexEntry> |
OrcProto.RowIndexEntry.PARSER |
Modifier and Type | Method and Description |
---|---|
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 .orc.proto.RowIndexEntry entry = 1; |
OrcProto.RowIndexEntry |
OrcProto.RowIndex.getEntry(int index)
repeated .orc.proto.RowIndexEntry entry = 1; |
OrcProto.RowIndexEntry |
OrcProto.RowIndex.Builder.getEntry(int index)
repeated .orc.proto.RowIndexEntry entry = 1; |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseDelimitedFrom(InputStream input) |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseFrom(byte[] data) |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseFrom(com.google.protobuf.ByteString data) |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseFrom(com.google.protobuf.CodedInputStream input) |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseFrom(InputStream input) |
static OrcProto.RowIndexEntry |
OrcProto.RowIndexEntry.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<OrcProto.RowIndexEntry> |
OrcProto.RowIndexOrBuilder.getEntryList()
repeated .orc.proto.RowIndexEntry entry = 1; |
List<OrcProto.RowIndexEntry> |
OrcProto.RowIndex.getEntryList()
repeated .orc.proto.RowIndexEntry entry = 1; |
List<OrcProto.RowIndexEntry> |
OrcProto.RowIndex.Builder.getEntryList()
repeated .orc.proto.RowIndexEntry entry = 1; |
com.google.protobuf.Parser<OrcProto.RowIndexEntry> |
OrcProto.RowIndexEntry.getParserForType() |
Modifier and Type | Method and Description |
---|---|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addEntry(int index,
OrcProto.RowIndexEntry value)
repeated .orc.proto.RowIndexEntry entry = 1; |
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addEntry(OrcProto.RowIndexEntry value)
repeated .orc.proto.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 .orc.proto.RowIndexEntry entry = 1; |
Modifier and Type | Method and Description |
---|---|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addAllEntry(Iterable<? extends OrcProto.RowIndexEntry> values)
repeated .orc.proto.RowIndexEntry entry = 1; |
Constructor and Description |
---|
PositionProviderImpl(OrcProto.RowIndexEntry entry) |
PositionProviderImpl(OrcProto.RowIndexEntry entry,
int startPos) |
Copyright © 2013–2016 The Apache Software Foundation. All rights reserved.