| Package | Description | 
|---|---|
| org.apache.orc | |
| org.apache.orc.impl | |
| org.apache.orc.impl.writer | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MemoryManager. addWriter(Path path,
         long requestedAllocation,
         MemoryManager.Callback callback)Add a new writer's memory allocation to the pool. | 
| default long | MemoryManager. checkMemory(long previousAllocation,
           MemoryManager.Callback writer)As part of adding rows, the writer calls this method to determine
 if the scale factor has changed. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WriterImplAn ORC file writer. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MemoryManagerImpl. addWriter(Path path,
         long requestedAllocation,
         MemoryManager.Callback callback)Add a new writer's memory allocation to the pool. | 
| long | MemoryManagerImpl. checkMemory(long previous,
           MemoryManager.Callback writer) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WriterImplV2An ORCv2 file writer. | 
Copyright © 2013–2023 The Apache Software Foundation. All rights reserved.