ArrowFeatherWriteProperties

描述

class Arrow.FeatherWriteProperties : GObject.Object {
  parent_instance: GObject
}
没有可用的描述。

继承关系

构造函数

garrow_feather_write_properties_new
没有可用的描述。

since: 0.17.0

实例方法

GObject 继承的方法 (43)

请查看 GObject 以获取完整的方法列表。

属性

Arrow.FeatherWriteProperties:compression

要使用的压缩类型。仅支持 GARROW_COMPRESSION_TYPE_UNCOMPRESSEDGARROW_COMPRESSION_TYPE_LZ4GARROW_COMPRESSION_TYPE_ZSTD。 如果 Apache Arrow C++ 构建时支持 GARROW_COMPRESSION_TYPE_LZ4,则默认压缩为 GARROW_COMPRESSION_TYPE_LZ4,否则为 GARROW_COMPRESSION_TYPE_UNCOMPRESSEDGARROW_COMPRESSION_TYPE_UNCOMPRESSED 在这里被设置为对象默认值。

since: 0.17.0

信号

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

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

类结构

struct ArrowFeatherWritePropertiesClass {
  GObjectClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GObjectClass
没有可用的描述。