Constructor

ArrowRecordBatchIteratornew

Declaration [src]

GArrowRecordBatchIterator*
garrow_record_batch_iterator_new (
  GList* record_batches
)

Description

No description available.
Available since:0.17.0

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 GArrowRecordBatchIterator.

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