pub unsafe fn from_ffi( array: FFI_ArrowArray, schema: &FFI_ArrowSchema, ) -> Result<ArrayData, ArrowError>
Import ArrayData from the C Data Interface
This struct assumes that the incoming data agrees with the C data interface.