Method

ArrowRecordBatchReaderexport

Declaration [src]

gpointer
garrow_record_batch_reader_export (
  GArrowRecordBatchReader* reader
  GError** error
)

Description

No description available.
Available since:6.0.0

Return value

Returns: 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.