Constructor

ArrowRecordBatchIteratornew

since: 0.17.0

[]

Declaration [src]

GArrowRecordBatchIterator*
garrow_record_batch_iterator_new (
  GList* record_batches
)
[]

Description

No description available.

Available since: 0.17.0

[]

Parameters

record_batches

Type: A list of GArrowRecordBatch*

The record batches.

The data is owned by the caller of the function.
[]

Return value

Type: GArrowRecordBatchIterator

A newly created GArrowRecordBatchIterator.

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