Class

ArrowArray

Description

abstract class Arrow.Array : GObject.Object {
  parent_instance: GObject
}
No description available.

Ancestors

Functions

garrow_array_import
No description available.

Available since: 6.0.0

Instance methods

garrow_array_cast
No description available.

Available since: 0.7.0

garrow_array_concatenate
No description available.

Available since: 4.0.0

garrow_array_count
No description available.

Available since: 0.13.0

garrow_array_count_values
No description available.

Available since: 0.13.0

garrow_array_dictionary_encode
No description available.

Available since: 0.8.0

garrow_array_diff_unified
No description available.

Available since: 0.15.0

garrow_array_equal
No description available.

Available since: 0.4.0

garrow_array_equal_approx
No description available.

Available since: 0.4.0

garrow_array_equal_options
No description available.

Available since: 5.0.0

garrow_array_equal_range
No description available.

Available since: 0.4.0

garrow_array_export
No description available.

Available since: 6.0.0

garrow_array_filter
No description available.

Available since: 0.15.0

garrow_array_get_length
No description available.
garrow_array_get_n_nulls
No description available.
garrow_array_get_null_bitmap
No description available.

Available since: 0.3.0

garrow_array_get_offset
No description available.
garrow_array_get_value_data_type
No description available.

Available since: 0.3.0

garrow_array_get_value_type
No description available.

Available since: 0.3.0

garrow_array_is_in
No description available.

Available since: 0.15.0

garrow_array_is_in_chunked_array
No description available.

Available since: 0.15.0

garrow_array_is_null
No description available.

Available since: 0.3.0

garrow_array_is_valid
No description available.

Available since: 0.8.0

garrow_array_run_end_encode
No description available.

Available since: 13.0.0

garrow_array_slice
No description available.
garrow_array_sort_indices
No description available.

Available since: 3.0.0

garrow_array_sort_to_indices
No description available.

Available since: 0.15.0

Deprecated since: 3.0.0

garrow_array_take
No description available.

Available since: 0.14.0

garrow_array_take_chunked_array
No description available.

Available since: 0.16.0

garrow_array_to_string
No description available.

Available since: 0.4.0

garrow_array_unique
No description available.

Available since: 0.8.0

garrow_array_view
No description available.

Available since: 0.15.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Arrow.Array:array
No description available.
Arrow.Array:buffer1
No description available.
Arrow.Array:buffer2
No description available.
Arrow.Array:null-bitmap
No description available.
Arrow.Array:parent
No description available.
Arrow.Array:value-data-type
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 ArrowArrayClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.