ArrowSparseUnionArrayBuilder(稀疏联合数组构建器)

描述

class Arrow.SparseUnionArrayBuilder : Arrow.UnionArrayBuilder {
  parent_instance: GArrowUnionArrayBuilder
}
暂无描述。

构造函数

garrow_sparse_union_array_builder_new
暂无描述。

since: 12.0.0(自 12.0.0 起)

实例方法

继承自 GArrowUnionArrayBuilder 的方法 (2)
garrow_union_array_builder_append_child
暂无描述。

since: 12.0.00

garrow_union_array_builder_append_value

将一个元素添加到联合数组中。

since: 12.0.0(自 12.0.0 起)

继承自 GArrowArrayBuilder 的方法 (15)
garrow_array_builder_append_empty_value
暂无描述。

since: 3.0.0(自 3.0.0 起)

garrow_array_builder_append_empty_values

一次追加多个空值。这比多次调用 garrow_array_builder_append_empty_value() 效率更高。

since: 3.0.0(自 3.0.0 起)

garrow_array_builder_append_null
暂无描述。

since: 3.0.0(自 3.0.0 起)

garrow_array_builder_append_nulls

一次追加多个 null 值。这比多次调用 garrow_array_builder_append_null() 效率更高。

since: 3.0.0(自 3.0.0 起)

garrow_array_builder_finish
暂无描述。

garrow_array_builder_get_capacity
暂无描述。

since: 2.0.0(自 2.0.0 起)

garrow_array_builder_get_child
暂无描述。

since: 12.0.0(自 12.0.0 起)

garrow_array_builder_get_children
暂无描述。

since: 12.0.0(自 12.0.0 起)

garrow_array_builder_get_length
暂无描述。

since: 2.0.0(自 2.0.0 起)

garrow_array_builder_get_n_nulls
暂无描述。

since: 2.0.0(自 2.0.0 起)

garrow_array_builder_get_value_data_type
暂无描述。

since: 0.9.0(自 0.9.0 起)

garrow_array_builder_get_value_type
暂无描述。

since: 0.9.0(自 0.9.0 起)

garrow_array_builder_reserve
暂无描述。

since: 2.0.0(自 2.0.0 起)

garrow_array_builder_reset
暂无描述。

since: 2.0.0(自 2.0.0 起)

garrow_array_builder_resize
暂无描述。

since: 2.0.0(自 2.0.0 起)

继承自 GObject 的方法 (43)

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

属性

继承自 GArrowArrayBuilder 的属性 (1)

信号

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

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

类结构

struct ArrowSparseUnionArrayBuilderClass {
  GArrowUnionArrayBuilderClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowUnionArrayBuilderClass
暂无描述。