Skip to main content

datatable_from_arrow_ffi

Function datatable_from_arrow_ffi 

Source
pub fn datatable_from_arrow_ffi(
    schema: FFI_ArrowSchema,
    array: FFI_ArrowArray,
) -> Result<DataTable, String>
Expand description

Build a DataTable from owned Arrow C interface structs.

Ownership of schema and array is transferred to this function.