Class

ArrowTable

Description

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

Ancestors

Constructors

garrow_table_new_arrays
No description available.

Available since: 0.12.0

garrow_table_new_chunked_arrays
No description available.

Available since: 0.15.0

garrow_table_new_record_batches
No description available.

Available since: 0.12.0

garrow_table_new_values
No description available.

Available since: 0.12.0

Instance methods

garrow_table_add_column
No description available.

Available since: 0.15.0

garrow_table_combine_chunks
No description available.

Available since: 0.16.0

garrow_table_concatenate
No description available.

Available since: 0.14.0

garrow_table_equal
No description available.

Available since: 0.4.0

garrow_table_equal_metadata
No description available.

Available since: 0.17.0

garrow_table_filter
No description available.

Available since: 0.15.0

garrow_table_filter_chunked_array
No description available.

Available since: 0.15.0

garrow_table_get_column_data
No description available.

Available since: 0.15.0

garrow_table_get_n_columns
No description available.
garrow_table_get_n_rows
No description available.
garrow_table_get_schema
No description available.
garrow_table_remove_column
No description available.

Available since: 0.3.0

garrow_table_replace_column
No description available.

Available since: 0.15.0

garrow_table_slice
No description available.

Available since: 0.14.0

garrow_table_sort_indices
No description available.

Available since: 3.0.0

garrow_table_take
No description available.

Available since: 0.16.0

garrow_table_take_chunked_array
No description available.

Available since: 0.16.0

garrow_table_to_string
No description available.

Available since: 0.12.0

garrow_table_write_as_feather

Writes the table as Feather format data to the sink.

Available since: 0.17.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Arrow.Table:table
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 ArrowTableClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.