Method

ArrowRecordBatchIteratornext

since: 0.17.0

Declaration [src]

GArrowRecordBatch*
garrow_record_batch_iterator_next (
  GArrowRecordBatchIterator* iterator
  GError** error
)

Description

No description available.

Available since: 0.17.0

Return value

Type: GArrowRecordBatch

The next GArrowRecordBatch, or NULL when the iterator is completed.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.