[ Version ( since = "6.0.0" ) ]
public bool export (out void* c_abi_array, out void* c_abi_schema) throws Error
| this |
A RecordBatch. |
| c_abi_array |
Return location for a `struct ArrowArray *`. It should be freed with the `ArrowArray: |
| c_abi_schema |
Return location for a `struct ArrowSchema *` or null. It should be freed with the `ArrowSchema:
|
|
true on success, false on error. |