ArrowWriteOptions

描述

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

祖先

构造函数

garrow_write_options_new
无可用描述。

since: 1.0.0

实例方法

GObject 继承的方法 (43)

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

属性

Arrow.WriteOptions:alignment

在内存缓冲区之后,将填充字节数对齐到此字节数的倍数。通常为 8 或 64。

since: 1.0.0

Arrow.WriteOptions:allow-64bit

是否允许字段长度超出有符号 32 位整数的范围。某些实现可能无法解析此类流。

since: 1.0.0

Arrow.WriteOptions:codec

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

since: 2.0.0

Arrow.WriteOptions:max-recursion-depth

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

since: 1.0.0

Arrow.WriteOptions:use-threads

是否使用全局 CPU 线程池。

since: 1.0.0

Arrow.WriteOptions:write-legacy-ipc-format

是否写入由 4 字节前缀(而不是 8 字节)组成的 pre-0.15.0 封装的 IPC 消息格式。

since: 1.0.0

信号

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

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

类结构

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