| Package | Description |
|---|---|
| org.apache.arrow.memory |
Memory Allocation, Accounting and Management.
|
| org.apache.arrow.vector.dictionary | |
| org.apache.arrow.vector.ipc |
| Modifier and Type | Method and Description |
|---|---|
void |
ArrowBuf.print(StringBuilder sb,
int indent,
BaseAllocator.Verbosity verbosity)
Print information of this buffer into
sb at the given
indentation and verbosity level. |
void |
RootAllocator.verify()
Verify the accounting state of the allocation system.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DictionaryProvider.MapDictionaryProvider.copyStructureFrom(DictionaryProvider other,
BufferAllocator allocator)
Initialize the map structure from another provider, but with empty vectors.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArrowBlock> |
ArrowFileWriter.getDictionaryBlocks() |
List<ArrowBlock> |
ArrowFileWriter.getRecordBlocks() |
Copyright © 2024 The Apache Software Foundation. All rights reserved.