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.