ArrowLargeListArrayBuilder

描述

class Arrow.LargeListArrayBuilder : Arrow.ArrayBuilder {
  parent_instance: GArrowArrayBuilder
}
暂无描述。

构造函数

garrow_large_list_array_builder_new
暂无描述。

since: 0.16.0

实例方法

garrow_large_list_array_builder_append_null
暂无描述。

已弃用: 3.0.0 since: 0.16.0

garrow_large_list_array_builder_append_value
暂无描述。

since: 0.16.0

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

since: 3.0.0

garrow_array_builder_append_empty_values

一次性附加多个空值。 这比多次调用 garrow_array_builder_append_empty_value() 更有效率。

since: 3.0.0

garrow_array_builder_append_null
暂无描述。

since: 3.0.0

garrow_array_builder_append_nulls

一次性附加多个空值。 这比多次调用 garrow_array_builder_append_null() 更有效率。

since: 3.0.0

garrow_array_builder_finish
暂无描述。

garrow_array_builder_get_capacity
暂无描述。

since: 2.0.0

garrow_array_builder_get_child
暂无描述。

since: 12.0.0

garrow_array_builder_get_children
暂无描述。

since: 12.0.0

garrow_array_builder_get_length
暂无描述。

since: 2.0.0

garrow_array_builder_get_n_nulls
暂无描述。

since: 2.0.0

garrow_array_builder_get_value_data_type
暂无描述。

since: 0.9.0

garrow_array_builder_get_value_type
暂无描述。

since: 0.9.0

garrow_array_builder_reserve
暂无描述。

since: 2.0.0

garrow_array_builder_reset
暂无描述。

since: 2.0.0

garrow_array_builder_resize
暂无描述。

since: 2.0.0

GObject 继承的方法 (43)

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

属性

GArrowArrayBuilder 继承的属性 (1)

信号

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

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

类结构

struct ArrowLargeListArrayBuilderClass {
  GArrowArrayBuilderClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowArrayBuilderClass
暂无描述。