Method
ParquetWriterPropertiesset_compression
since: 0.17.0
Declaration [src]
void
gparquet_writer_properties_set_compression (
GParquetWriterProperties* properties,
GArrowCompressionType compression_type,
const gchar* path
)
Parameters
compression_type-
Type:
GArrowCompressionTypeA
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.