Constructor
ParquetArrowFileWriternew_arrow
Declaration [src]
GParquetArrowFileWriter*
gparquet_arrow_file_writer_new_arrow (
GArrowSchema* schema,
GArrowOutputStream* sink,
GParquetWriterProperties* writer_properties,
GError** error
)
Parameters
schema |
GArrowSchema |
Arrow schema for written data. |
|
The data is owned by the caller of the function. | |
sink |
GArrowOutputStream |
Arrow output stream to be written. |
|
The data is owned by the caller of the function. | |
writer_properties |
GParquetWriterProperties |
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 . |
Return value
Returns: | GParquetArrowFileWriter |
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 . |