Method
ArrowOutputStreamwrite_record_batch
Declaration [src]
gint64
garrow_output_stream_write_record_batch (
GArrowOutputStream* stream,
GArrowRecordBatch* record_batch,
GArrowWriteOptions* options,
GError** error
)
Parameters
record_batch |
GArrowRecordBatch |
A |
|
The data is owned by the caller of the function. | |
options |
GArrowWriteOptions |
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 . |