Package | Description |
---|---|
org.apache.orc.impl | |
org.apache.orc.impl.reader |
Modifier and Type | Method and Description |
---|---|
BufferChunk |
BufferChunkList.get() |
BufferChunk |
BufferChunkList.get(int chunk)
Get the nth element of the list
|
BufferChunk |
OrcTail.getTailBuffer()
Gets the buffer chunks that correspond to the stripe statistics,
file tail, and post script.
|
Modifier and Type | Method and Description |
---|---|
void |
BufferChunkList.add(BufferChunk value) |
Constructor and Description |
---|
OrcTail(OrcProto.FileTail fileTail,
BufferChunk serializedTail,
long fileModificationTime) |
OrcTail(OrcProto.FileTail fileTail,
BufferChunk serializedTail,
long fileModificationTime,
Reader reader) |
Constructor and Description |
---|
ReaderEncryption(OrcProto.Footer footer,
TypeDescription schema,
long stripeStatisticsOffset,
BufferChunk serializedTail,
List<StripeInformation> stripes,
KeyProvider provider,
Configuration conf) |
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.