[][src]Function arrow::array::make_array_from_raw

pub unsafe fn make_array_from_raw(
    array: *const FFI_ArrowArray,
    schema: *const FFI_ArrowSchema
) -> Result<ArrayRef>

Creates a new array from two FFI pointers. Used to import arrays from the C Data Interface

Safety

Assumes that these pointers represent valid C Data Interfaces, both in memory representation and lifetime via the release mechanism.