| 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) | 
| Modifier and Type | Field and Description | 
|---|---|
| BufferChunk | StripePlanner.StreamInformation. firstChunk | 
| Constructor and Description | 
|---|
| ReaderEncryption(OrcProto.Footer footer,
                TypeDescription schema,
                long stripeStatisticsOffset,
                BufferChunk serializedTail,
                List<StripeInformation> stripes,
                KeyProvider provider,
                Configuration conf) | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.