Constructor
ArrowRecordBatchBuildernew
Declaration [src]
GArrowRecordBatchBuilder*
garrow_record_batch_builder_new (
GArrowSchema* schema,
GError** error
)
Parameters
schema |
GArrowSchema |
A |
|
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GArrowRecordBatchBuilder |
A newly created |
|
| The caller of the function takes ownership of the data, and is responsible for freeing it. |