Method
ArrowRecordBatchReaderget_next_record_batch
Declaration [src]
GArrowRecordBatch*
garrow_record_batch_reader_get_next_record_batch (
GArrowRecordBatchReader* reader
GError** error
)
Description
No description available.
Available since: | 0.4.0 |
Deprecated since: | 0.5.0 |
Use |
Return value
Returns: | GArrowRecordBatch |
The next record batch in the stream or |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |