ArrowListArrayBuilder

描述

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

构造函数

实例方法

garrow_list_array_builder_append
暂无描述。

已弃用:0.12.0 

garrow_list_array_builder_append_null
暂无描述。

已弃用:3.0.0 

garrow_list_array_builder_append_value
暂无描述。

since: 0.12.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

一次添加多个 null 值。这比多次调用 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 ArrowListArrayBuilderClass {
  GArrowArrayBuilderClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowArrayBuilderClass
暂无描述。