ArrowWriteOptions

描述

class Arrow.WriteOptions : GObject.Object {
  parent_instance: GObject
}
暂无描述。

祖先

构造函数

garrow_write_options_new
暂无描述。

起始版本:1.0.0

实例方法

继承自 GObject 的方法 (43)

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

属性

Arrow.WriteOptions:alignment

在内存缓冲区后写入填充,使其成为此字节数的倍数。通常为 8 或 64。

起始版本:1.0.0

Arrow.WriteOptions:allow-64bit

是否允许字段长度不适合有符号 32 位整数。某些实现可能无法解析此类流。

起始版本:1.0.0

Arrow.WriteOptions:codec

用于压缩和解压缩记录批处理主体缓冲区的编解码器。这不是 Arrow IPC 协议的一部分,仅供内部使用(例如 Feather 文件)。

起始版本:2.0.0

Arrow.WriteOptions:max-recursion-depth

允许的最大模式嵌套深度。

起始版本:1.0.0

Arrow.WriteOptions:use-threads

是否使用全局 CPU 线程池。

起始版本:1.0.0

Arrow.WriteOptions:write-legacy-ipc-format

是否写入 0.15.0 之前的封装 IPC 消息格式,该格式由 4 字节前缀而不是 8 字节前缀组成。

起始版本:1.0.0

信号

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

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

类结构

struct ArrowWriteOptionsClass {
  GObjectClass parent_class;
  
}
暂无描述。
类成员
parent_class: GObjectClass
暂无描述。