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