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