ArrowLargeStringArrayBuilder

描述

class Arrow.LargeStringArrayBuilder : Arrow.LargeBinaryArrayBuilder {
  parent_instance: GArrowLargeBinaryArrayBuilder
}
暂无描述。

构造函数

garrow_large_string_array_builder_new
暂无描述。

since: 0.16.0

实例方法

garrow_large_string_array_builder_append_string
暂无描述。

since: 0.16.0

garrow_large_string_array_builder_append_strings

一次性追加多个值。它比多次调用 appendappend_null 更有效率。

since: 0.16.0

继承自 GArrowLargeBinaryArrayBuilder 的方法 (5)
garrow_large_binary_array_builder_append_null
暂无描述。

已弃用: 3.0.0 since: 0.16.0

garrow_large_binary_array_builder_append_nulls
暂无描述。

已弃用: 3.0.0 since: 0.16.0

garrow_large_binary_array_builder_append_value
暂无描述。

since: 0.16.0

garrow_large_binary_array_builder_append_value_bytes
暂无描述。

since: 0.16.0

garrow_large_binary_array_builder_append_values

一次性追加多个值。它比多次调用 appendappend_null 更有效率。

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

一次性追加多个 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(), et al 设置其值时,会发出 notify 信号。

类结构

struct ArrowLargeStringArrayBuilderClass {
  GArrowLargeBinaryArrayBuilderClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowLargeBinaryArrayBuilderClass
暂无描述。