Method
ArrowRecordBatchReaderread_all
since: 6.0.0
Declaration [src]
GArrowTable*
garrow_record_batch_reader_read_all (
GArrowRecordBatchReader* reader
GError** error
)
Return value
Type: GArrowTable
The all record batches in the stream as GArrowTable
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |
The return value can be NULL . |