Constructor
ArrowRecordBatchFileWriternew
Declaration [src]
GArrowRecordBatchFileWriter*
garrow_record_batch_file_writer_new (
GArrowOutputStream* sink,
GArrowSchema* schema,
GError** error
)
Parameters
sink |
GArrowOutputStream |
The output of the writer. |
|
The data is owned by the caller of the function. | |
schema |
GArrowSchema |
The schema of the writer. |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowRecordBatchFileWriter |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |