Movatterモバイル変換


[0]ホーム

URL:


Class

ArrowMapArrayBuilder

Description

class Arrow.MapArrayBuilder : Arrow.ArrayBuilder {  parent_instance: GArrowArrayBuilder}
No description available.

Ancestors

Constructors

garrow_map_array_builder_new
No description available.

since: 0.17.0

Instance methods

garrow_map_array_builder_append_null
No description available.

deprecated: 3.0.0 since: 0.17.0

garrow_map_array_builder_append_nulls

Append multiple nulls at once. It’s more efficient than multipleappend_null calls.

deprecated: 3.0.0 since: 0.17.0

garrow_map_array_builder_append_value
No description available.

since: 0.17.0

garrow_map_array_builder_append_values

Append multiple values at once. It’s more efficient than multipleappend andappend_null calls.

since: 0.17.0

garrow_map_array_builder_get_item_builder
No description available.

since: 0.17.0

garrow_map_array_builder_get_key_builder
No description available.

since: 0.17.0

garrow_map_array_builder_get_value_builder
No description available.

since: 0.17.0

Methods inherited fromGArrowArrayBuilder (15)
garrow_array_builder_append_empty_value
No description available.

since: 3.0.0

garrow_array_builder_append_empty_values

Append multiple empty values at once. It’s more efficient than multiplegarrow_array_builder_append_empty_value() calls.

since: 3.0.0

garrow_array_builder_append_null
No description available.

since: 3.0.0

garrow_array_builder_append_nulls

Append multiple nulls at once. It’s more efficient than multiplegarrow_array_builder_append_null() calls.

since: 3.0.0

garrow_array_builder_finish
No description available.

garrow_array_builder_get_capacity
No description available.

since: 2.0.0

garrow_array_builder_get_child
No description available.

since: 12.0.0

garrow_array_builder_get_children
No description available.

since: 12.0.0

garrow_array_builder_get_length
No description available.

since: 2.0.0

garrow_array_builder_get_n_nulls
No description available.

since: 2.0.0

garrow_array_builder_get_value_data_type
No description available.

since: 0.9.0

garrow_array_builder_get_value_type
No description available.

since: 0.9.0

garrow_array_builder_reserve
No description available.

since: 2.0.0

garrow_array_builder_reset
No description available.

since: 2.0.0

garrow_array_builder_resize
No description available.

since: 2.0.0

Methods inherited fromGObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited fromGArrowArrayBuilder (1)
Arrow.ArrayBuilder:array-builder
No description available.

Signals

Signals inherited fromGObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties hasits value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ArrowMapArrayBuilderClass {  GArrowArrayBuilderClass parent_class;  }
No description available.
Class members
parent_class: GArrowArrayBuilderClass
No description available.

[8]ページ先頭

©2009-2025 Movatter.jp