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
Arrayconsumed 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
Fieldto the C data interface. - export_
iterator - Exports an iterator to the C stream interface
- import_
array_ ⚠from_ c - Imports an
Arrayfrom the C data interface. - import_
field_ ⚠from_ c - Imports a
Fieldfrom the C data interface.