Function datafusion_python::datafusion_common::arrow::array::ffi::from_ffi

source ·
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.