pub unsafe fn from_ffi(
array: FFI_ArrowArray,
schema: &FFI_ArrowSchema,
) -> 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.