Skip to main content

Module arrow

Module arrow 

Source
Available on crate feature arrow_buffer_pool only.
Expand description

Adapter for integrating DataFusion’s MemoryPool with Arrow’s memory tracking APIs.

Structs§

ArrowMemoryPool
An adapter that implements Arrow’s arrow_buffer::MemoryPool trait by wrapping a DataFusion MemoryPool.