ArrowReadOptions

描述

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

父类

构造函数

garrow_read_options_new
暂无描述。

since: 1.0.0

实例方法

garrow_read_options_get_included_fields
暂无描述。

since: 1.0.0

garrow_read_options_set_included_fields
暂无描述。

since: 1.0.0

GObject 继承的方法 (43)

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

属性

Arrow.ReadOptions:max-recursion-depth

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

since: 1.0.0

Arrow.ReadOptions:use-threads

是否使用全局 CPU 线程池。

since: 1.0.0

信号

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

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

类结构

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