Function deltalake::arrow::ffi::from_ffi_and_data_type

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