Method

ParquetWriterPropertiesdisable_dictionary

Declaration [src]

void
gparquet_writer_properties_disable_dictionary (
  GParquetWriterProperties* properties,
  const gchar* path
)

Description

No description available.
Available since:0.17.0

Parameters

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