Method
ArrowRecordBatchWriterwrite_table
Declaration [src]
gboolean
garrow_record_batch_writer_write_table (
GArrowRecordBatchWriter* writer,
GArrowTable* table,
GError** error
)
Parameters
table |
GArrowTable |
The table to be written. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |