export


Description:

[ Version ( since = "6.0.0" ) ]
public void* export () throws Error

Parameters:

this

A RecordBatchReader.

Returns:

An exported RecordBatchReader as `struct ArrowArrayStream *` on success, null on error.

It should be freed with the `ArrowArrayStream:GArrowRecordBatchReader:release` callback then g_free when no longer needed.