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_UNCOMPRESSED(不压缩)、GARROW_COMPRESSION_TYPE_LZ4GARROW_COMPRESSION_TYPE_ZSTD。如果 Apache Arrow C++ 构建时支持 LZ4,则默认压缩为 GARROW_COMPRESSION_TYPE_LZ4,否则为 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(父类:GObjectClass)
暂无描述。