arrow::ffi

Function from_ffi_and_data_type

pub unsafe fn from_ffi_and_data_type(
    array: FFI_ArrowArray,
    data_type: DataType,
) -> Result<ArrayData, ArrowError>
Expand description

Import ArrayData from the C Data Interface

ยงSafety

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