Constructor

ArrowRecordBatchReadernew

Declaration [src]

GArrowRecordBatchReader*
garrow_record_batch_reader_new (
  GList* record_batches,
  GArrowSchema* schema,
  GError** error
)

Description

No description available.
Available since:6.0.0

Parameters

record_batches A list of GArrowRecordBatch*
 

A list of GArrowRecordBatch.

 The data is owned by the caller of the function.
schema GArrowSchema
 

A GArrowSchema to confirm to.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowRecordBatchReader
 

A newly created GArrowRecordBatchReader.

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