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