| Package | Description |
|---|---|
| org.apache.arrow.dataset.file | |
| org.apache.arrow.dataset.jni |
| Constructor and Description |
|---|
FileSystemDatasetFactory(BufferAllocator allocator,
NativeMemoryPool memoryPool,
FileFormat format,
String uri) |
| Modifier and Type | Method and Description |
|---|---|
static NativeMemoryPool |
NativeMemoryPool.createListenable(ReservationListener listener)
Create a listenable memory pool (see also: arrow::ReservationListenableMemoryPool) with
a specific listener.
|
static NativeMemoryPool |
NativeMemoryPool.getDefault()
Get the default memory pool.
|
NativeMemoryPool |
NativeContext.getMemoryPool()
Returns the native memory pool.
|
| Constructor and Description |
|---|
NativeContext(BufferAllocator allocator,
NativeMemoryPool memoryPool)
Constructor.
|
NativeDatasetFactory(BufferAllocator allocator,
NativeMemoryPool memoryPool,
long datasetFactoryId)
Constructor.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.