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