Expand description
Arrow C Data Interface import helpers.
These helpers provide a narrow bridge from raw Arrow C pointers to the
runtime DataTable representation.
Functions§
- datatable_
from_ ⚠arrow_ c_ ptrs - Build a
DataTablefrom raw pointers to Arrow C interface structs. - datatable_
from_ arrow_ ffi - Build a
DataTablefrom owned Arrow C interface structs.