Method

ParquetWriterPropertiesset_compression

since: 0.17.0

Declaration [src]

void
gparquet_writer_properties_set_compression (
  GParquetWriterProperties* properties,
  GArrowCompressionType compression_type,
  const gchar* path
)

Description

No description available.

Available since: 0.17.0

Parameters

compression_type

Type: GArrowCompressionType

A GArrowCompressionType.

path

Type: const gchar*

The column path as dot string.

The argument can be NULL.
The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.