ArrowDecimal256ArrayBuilder

描述

class Arrow.Decimal256ArrayBuilder : Arrow.FixedSizeBinaryArrayBuilder {
  parent_instance: GArrowFixedSizeBinaryArrayBuilder
}
暂无描述。

构造函数

garrow_decimal256_array_builder_new
暂无描述。

since: 3.0.0

实例方法

garrow_decimal256_array_builder_append_value
暂无描述。

since: 3.0.0

garrow_decimal256_array_builder_append_values

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

since: 3.0.0

GArrowFixedSizeBinaryArrayBuilder 继承的方法 (4)
garrow_fixed_size_binary_array_builder_append_value
暂无描述。

since: 3.0.0

garrow_fixed_size_binary_array_builder_append_value_bytes
暂无描述。

since: 3.0.0

garrow_fixed_size_binary_array_builder_append_values

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

since: 3.0.0

garrow_fixed_size_binary_array_builder_append_values_packed

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

since: 3.0.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 ArrowDecimal256ArrayBuilderClass {
  GArrowFixedSizeBinaryArrayBuilderClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowFixedSizeBinaryArrayBuilderClass
暂无描述。