Class

ArrowStringArrayBuilder

Description

class Arrow.StringArrayBuilder : Arrow.BinaryArrayBuilder {
  parent_instance: GArrowBinaryArrayBuilder
}
No description available.

Constructors

garrow_string_array_builder_new
No description available.

Instance methods

garrow_string_array_builder_append
No description available.

Deprecated since: 0.12.0

garrow_string_array_builder_append_string
No description available.

Available since: 0.16.0

garrow_string_array_builder_append_string_len
No description available.

Available since: 8.0.0

garrow_string_array_builder_append_strings

Append multiple values at once. It’s more efficient than multiple append and append_null calls.

Available since: 0.16.0

garrow_string_array_builder_append_value
No description available.

Available since: 0.12.0

Deprecated since: 1.0.0

garrow_string_array_builder_append_values

Append multiple values at once. It’s more efficient than multiple append and append_null calls.

Available since: 0.10.0

Deprecated since: 1.0.0

Methods inherited from GArrowBinaryArrayBuilder (6)
garrow_binary_array_builder_append
No description available.

Deprecated since: 0.12.0

garrow_binary_array_builder_append_null
No description available.

Deprecated since: 3.0.0

garrow_binary_array_builder_append_nulls
No description available.

Available since: 0.16.0

Deprecated since: 3.0.0

garrow_binary_array_builder_append_value
No description available.

Available since: 0.12.0

garrow_binary_array_builder_append_value_bytes
No description available.

Available since: 0.16.0

garrow_binary_array_builder_append_values

Append multiple values at once. It’s more efficient than multiple append and append_null calls.

Available since: 0.16.0

Methods inherited from GArrowArrayBuilder (15)
garrow_array_builder_append_empty_value
No description available.

Available 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.

Available since: 3.0.0

garrow_array_builder_append_null
No description available.

Available 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.

Available since: 3.0.0

garrow_array_builder_finish
No description available.
garrow_array_builder_get_capacity
No description available.

Available since: 2.0.0

garrow_array_builder_get_child
No description available.

Available since: 12.0.0

garrow_array_builder_get_children
No description available.

Available since: 12.0.0

garrow_array_builder_get_length
No description available.

Available since: 2.0.0

garrow_array_builder_get_n_nulls
No description available.

Available since: 2.0.0

garrow_array_builder_get_value_data_type
No description available.

Available since: 0.9.0

garrow_array_builder_get_value_type
No description available.

Available since: 0.9.0

garrow_array_builder_reserve
No description available.

Available since: 2.0.0

garrow_array_builder_reset
No description available.

Available since: 2.0.0

garrow_array_builder_resize
No description available.

Available since: 2.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

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

Signals

Signals inherited from GObject (1)
GObject.Object::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.

Class structure

struct ArrowStringArrayBuilderClass {
  GArrowBinaryArrayBuilderClass parent_class;
  
}
Class members
parent_class
GArrowBinaryArrayBuilderClass
  No description available.