Constructor
ArrowRecordBatchReadernew
Declaration [src]
GArrowRecordBatchReader*
garrow_record_batch_reader_new (
GList* record_batches,
GArrowSchema* schema,
GError** error
)
Parameters
record_batches |
A list of GArrowRecordBatch* |
A list of |
|
The data is owned by the caller of the function. | |
schema |
GArrowSchema |
A |
|
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 |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |