Constructor
ParquetArrowFileWriternew_path
Declaration [src]
GParquetArrowFileWriter*
gparquet_arrow_file_writer_new_path (
GArrowSchema* schema,
const gchar* path,
GParquetWriterProperties* writer_properties,
GError** error
)
Parameters
schema |
GArrowSchema |
Arrow schema for written data. |
|
The data is owned by the caller of the function. | |
path |
const gchar* |
Path to be read. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
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 . |