Constructor
ArrowRecordBatchIteratornew
Declaration [src]
GArrowRecordBatchIterator*
garrow_record_batch_iterator_new (
GList* record_batches
)
Parameters
record_batches |
A list of GArrowRecordBatch* |
The record batches. |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowRecordBatchIterator |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |