Method

ParquetWriterPropertiesis_dictionary_enabled

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

Returns: gboolean
 

TRUE on dictionary enabled, FALSE on dictionary disabled.