Constructor

ParquetArrowFileWriternew_path

Declaration [src]

GParquetArrowFileWriter*
gparquet_arrow_file_writer_new_path (
  GArrowSchema* schema,
  const gchar* path,
  GParquetWriterProperties* writer_properties,
  GError** error
)

Description

No description available.
Available since:0.11.0

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 GParquetWriterProperties.

 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 GParquetArrowFileWriter.

 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.