Method
ArrowRecordBatchReaderexport
since: 6.0.0
Declaration [src]
gpointer
garrow_record_batch_reader_export (
GArrowRecordBatchReader* reader
GError** error
)
Return value
Type: gpointer
An exported
GArrowRecordBatchReader as struct ArrowArrayStream * on
success, NULL on error.
It should be freed with the ArrowArrayStream::release callback then
g_free() when no longer needed.
| The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL. |