java.lang.Object
org.apache.arrow.dataset.jni.NativeContext
Context for relevant classes of NativeDataset.
-
Constructor Summary
ConstructorsConstructorDescriptionNativeContext
(BufferAllocator allocator, NativeMemoryPool memoryPool) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionReturns the allocator which is in use.Returns the native memory pool.
-
Constructor Details
-
NativeContext
Constructor.- Parameters:
allocator
- The allocator in use.memoryPool
- Native memory pool.
-
-
Method Details
-
getAllocator
Returns the allocator which is in use. -
getMemoryPool
Returns the native memory pool.
-