Class

ArrowChunkedArray

Description

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

Ancestors

Constructors

garrow_chunked_array_new
No description available.
garrow_chunked_array_new_empty
No description available.

Available since: 11.0.0

Instance methods

garrow_chunked_array_combine
No description available.

Available since: 4.0.0

garrow_chunked_array_equal
No description available.

Available since: 0.4.0

garrow_chunked_array_filter
No description available.

Available since: 0.15.0

garrow_chunked_array_filter_chunked_array
No description available.

Available since: 0.15.0

garrow_chunked_array_get_chunk
No description available.
garrow_chunked_array_get_chunks
No description available.
garrow_chunked_array_get_length
No description available.

Deprecated since: 0.15.0

garrow_chunked_array_get_n_chunks
No description available.
garrow_chunked_array_get_n_nulls
No description available.
garrow_chunked_array_get_n_rows
No description available.

Available since: 0.15.0

garrow_chunked_array_get_value_data_type
No description available.

Available since: 0.9.0

garrow_chunked_array_get_value_type
No description available.

Available since: 0.9.0

garrow_chunked_array_slice
No description available.
garrow_chunked_array_sort_indices
No description available.

Available since: 3.0.0

garrow_chunked_array_take
No description available.

Available since: 0.16.0

garrow_chunked_array_take_chunked_array
No description available.

Available since: 0.16.0

garrow_chunked_array_to_string
No description available.

Available since: 0.11.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Arrow.ChunkedArray:chunked-array
No description available.
Arrow.ChunkedArray: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 ArrowChunkedArrayClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.