Method

ParquetWriterPropertiesis_dictionary_enabled

since: 0.17.0

Declaration [src]

gboolean
gparquet_writer_properties_is_dictionary_enabled (
  GParquetWriterProperties* properties,
  const gchar* path
)

Description

No description available.

Available since: 0.17.0

Parameters

path

Type: const gchar*

The path as dot string.

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

Return value

Type: gboolean

TRUE on dictionary enabled, FALSE on dictionary disabled.