pub unsafe fn import_field_from_c(
field: &ArrowSchema
) -> Result<Field, ArrowError>
Expand description
Imports a Field
from the C data interface.
Safety
This function is intrinsically unsafe
and relies on a ArrowSchema
valid according to the C data interface (FFI).