Method
ArrowRecordBatchBuilderflush
since: 0.8.0
Declaration [src]
GArrowRecordBatch*
garrow_record_batch_builder_flush (
GArrowRecordBatchBuilder* builder
GError** error
)
Return value
Type: GArrowRecordBatch
The built GArrowRecordBatch
on success,
NULL
on error.
The caller of the method takes ownership of the data, and is responsible for freeing it. |