Method

ArrowRecordBatchIteratorto_list

Declaration [src]

GList*
garrow_record_batch_iterator_to_list (
  GArrowRecordBatchIterator* iterator
  GError** error
)

Description

No description available.
Available since:0.17.0

Return value

Returns: A list of GArrowRecordBatch*
 

A GList contains every moved elements from the iterator.

 The caller of the method takes ownership of the data, and is responsible for freeing it.