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