類別

ArrowFeatherWriteProperties

描述

class Arrow.FeatherWriteProperties : GObject.Object {
  parent_instance: GObject
}
無可用描述。

繼承關係

建構子

garrow_feather_write_properties_new
無可用描述。

於 0.17.0 版本後加入

實例方法

繼承自 GObject 的方法 (43)

完整方法列表請參閱 GObject

屬性

Arrow.FeatherWriteProperties:compression

使用的壓縮類型。僅支援 GARROW_COMPRESSION_TYPE_UNCOMPRESSEDGARROW_COMPRESSION_TYPE_LZ4GARROW_COMPRESSION_TYPE_ZSTD。預設壓縮類型為 GARROW_COMPRESSION_TYPE_LZ4 (如果 Apache Arrow C++ 建置時支援),否則為 GARROW_COMPRESSION_TYPE_UNCOMPRESSEDGARROW_COMPRESSION_TYPE_UNCOMPRESSED 在此處設定為物件預設值。

於 0.17.0 版本後加入

信號

繼承自 GObject 的信號 (1)
GObject::notify

當物件的其中一個屬性值透過 g_object_set_property()、g_object_set() 等函式設定時,會發射 notify 信號。

類別結構

struct ArrowFeatherWritePropertiesClass {
  GObjectClass parent_class;
  
}
無可用描述。
類別成員
parent_class: GObjectClass
無可用描述。