Method
ArrowRecordBatchWriterwrite_record_batch
Declaration [src]
gboolean
garrow_record_batch_writer_write_record_batch (
GArrowRecordBatchWriter* writer,
GArrowRecordBatch* record_batch,
GError** error
)
Parameters
record_batch |
GArrowRecordBatch |
The record batch to be written. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |