Function arrow::ffi::from_ffi

source ·
pub unsafe fn from_ffi(
    array: FFI_ArrowArray,
    schema: &FFI_ArrowSchema
) -> Result<ArrayData>
Expand description

Import ArrayData from the C Data Interface

§Safety

This struct assumes that the incoming data agrees with the C data interface.