Class
ArrowIntArrayBuilder
Instance methods
garrow_int_array_builder_append_nulls
Append multiple nulls at once. It’s more efficient than multiple
append_null
calls.
deprecated: 3.0.0 since: 0.8.0
garrow_int_array_builder_append_values
Append multiple values at once. It’s more efficient than multiple
append
and append_null
calls.
since: 0.8.0
Methods inherited from GArrowArrayBuilder (15)
garrow_array_builder_append_empty_value
since: 3.0.0
garrow_array_builder_append_empty_values
Append multiple empty values at once. It’s more efficient than multiple
garrow_array_builder_append_empty_value()
calls.
since: 3.0.0
garrow_array_builder_append_null
since: 3.0.0
garrow_array_builder_append_nulls
Append multiple nulls at once. It’s more efficient than multiple
garrow_array_builder_append_null()
calls.
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
Properties
Properties inherited from GArrowArrayBuilder (1)
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.