Module arrow2::ffi [−][src]
Expand description
contains FFI bindings to import and export Array via
Arrow’s C Data Interface
Structs
ABI-compatible struct for ArrowArray from C Data Interface See https://arrow.apache.org/docs/format/CDataInterface.html#structure-definitions This was created by bindgen
ABI-compatible struct for ArrowSchema from C Data Interface
See https://arrow.apache.org/docs/format/CDataInterface.html#structure-definitions
Functions
Exports an Arc<dyn Array> to the C data interface.
Exports a Field to the C data interface.
Imports an Array from the C data interface.
Imports a Field from the C data interface.