[ Version ( since = "6.0.0" ) ]
public static Field? import (void* c_abi_schema) throws Error
| c_abi_schema |
A `struct ArrowSchema *`. |
|
An imported Field on success, null on error. You don't need to release the passed `struct ArrowSchema *`, even if this function reports an error. |