| Package | Description |
|---|---|
| com.facebook.hive.orc |
The Optimized Row Columnar (ORC) File Format.
|
| com.facebook.hive.orc.lazy |
| 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) |
OrcProto.RowIndexEntry |
OrcProto.RowIndex.getEntry(int index) |
OrcProto.RowIndexEntry |
OrcProto.RowIndex.Builder.getEntry(int index) |
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() |
List<OrcProto.RowIndexEntry> |
OrcProto.RowIndex.getEntryList() |
List<OrcProto.RowIndexEntry> |
OrcProto.RowIndex.Builder.getEntryList() |
| Modifier and Type | Method and Description |
|---|---|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addEntry(int index,
OrcProto.RowIndexEntry value) |
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addEntry(OrcProto.RowIndexEntry value) |
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) |
| Modifier and Type | Method and Description |
|---|---|
OrcProto.RowIndex.Builder |
OrcProto.RowIndex.Builder.addAllEntry(Iterable<? extends OrcProto.RowIndexEntry> values) |
int |
RunLengthIntegerReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex)
Read in the number of values consumed at each index entry and store it,
also call loadIndeces on child stream and return the index of the next
streams indexes.
|
int |
RunLengthByteReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex)
Read in the number of bytes consumed at each index entry and store it,
also call loadIndeces on child stream and return the index of the next
streams indexes.
|
abstract int |
InStream.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex)
Read in any indeces for the stream from the rowIndexEntries, startIndex is the index of the
first value to read from each rowIndexEntry.
|
int |
BitFieldReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex)
Read in the number of bytes consumed at each index entry and store it,
also call loadIndeces on child stream and return the index of the next
streams indexes.
|
| Constructor and Description |
|---|
PositionProviderImpl(OrcProto.RowIndexEntry entry) |
| Modifier and Type | Method and Description |
|---|---|
int |
LazyUnionTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex)
Read any indeces that will be needed and return a startIndex after the values that have been
read.
|
int |
LazyTimestampTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyStringTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyStringDictionaryTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyMapTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyListTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyIntTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyFloatTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyDoubleTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyByteTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyBooleanTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
int |
LazyBinaryTreeReader.loadIndeces(List<OrcProto.RowIndexEntry> rowIndexEntries,
int startIndex) |
Copyright © 2013–2021. All rights reserved.