ParquetWriterProperties

描述

class Parquet.WriterProperties : GObject.Object {
  parent_instance: GObject
}
无可用描述。

祖先

构造函数

gparquet_writer_properties_new
无可用描述。

since: 0.17.0

实例方法

gparquet_writer_properties_disable_dictionary
无可用描述。

since: 0.17.0

gparquet_writer_properties_enable_dictionary
无可用描述。

since: 0.17.0

gparquet_writer_properties_get_batch_size
无可用描述。

since: 0.17.0

gparquet_writer_properties_get_compression_path
无可用描述。

since: 0.17.0

gparquet_writer_properties_get_data_page_size
无可用描述。

since: 0.17.0

gparquet_writer_properties_get_max_row_group_length
无可用描述。

since: 0.17.0

gparquet_writer_properties_is_dictionary_enabled
无可用描述。

since: 0.17.0

gparquet_writer_properties_set_batch_size
无可用描述。

since: 0.17.0

gparquet_writer_properties_set_compression
无可用描述。

since: 0.17.0

gparquet_writer_properties_set_data_page_size
无可用描述。

since: 0.17.0

gparquet_writer_properties_set_max_row_group_length
无可用描述。

since: 0.17.0

继承自 GObject 的方法 (43)

请参阅 GObject 以获取完整的方法列表。

信号

继承自 GObject 的信号 (1)
GObject::notify

当对象的某个属性通过 g_object_set_property(), g_object_set() 等设置其值时,会发出 notify 信号。

类结构

struct ParquetWriterPropertiesClass {
  GObjectClass parent_class;
  
}
无可用描述。
类成员
parent_class: GObjectClass
无可用描述。