Expand description
contains FFI bindings to import and export Array
via
Arrow’s C Data Interface
Modules§
- mmap
- Functionality to mmap in-memory data regions.
Structs§
- Arrow
Array - ABI-compatible struct for
ArrowArray
- Arrow
Array Stream - ABI-compatible struct for
ArrowArrayStream
. - Arrow
Array Stream Reader - Implements an iterator of
Array
consumed from the C stream interface. - Arrow
Schema - ABI-compatible struct for
ArrowSchema
Functions§
- export_
array_ to_ c - Exports an
Box<dyn Array>
to the C data interface. - export_
field_ to_ c - Exports a
Field
to the C data interface. - export_
iterator - Exports an iterator to the C stream interface
- import_
array_ ⚠from_ c - Imports an
Array
from the C data interface. - import_
field_ ⚠from_ c - Imports a
Field
from the C data interface.