Class

ArrowRecordBatch

Description

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

Ancestors

Constructors

garrow_record_batch_new
No description available.

Functions

garrow_record_batch_import
No description available.

Available since: 6.0.0

Instance methods

garrow_record_batch_add_column
No description available.

Available since: 0.9.0

garrow_record_batch_equal
No description available.

Available since: 0.4.0

garrow_record_batch_equal_metadata
No description available.

Available since: 0.17.0

garrow_record_batch_export
No description available.

Available since: 6.0.0

garrow_record_batch_filter
No description available.

Available since: 0.15.0

garrow_record_batch_get_column_data
No description available.

Available since: 0.15.0

garrow_record_batch_get_column_name
No description available.
garrow_record_batch_get_n_columns
No description available.
garrow_record_batch_get_n_rows
No description available.
garrow_record_batch_get_schema
No description available.
garrow_record_batch_remove_column
No description available.

Available since: 0.9.0

garrow_record_batch_serialize
No description available.

Available since: 1.0.0

garrow_record_batch_slice
No description available.
garrow_record_batch_sort_indices
No description available.

Available since: 3.0.0

garrow_record_batch_take
No description available.

Available since: 0.16.0

garrow_record_batch_to_string
No description available.

Available since: 0.4.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Arrow.RecordBatch:record-batch
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 ArrowRecordBatchClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.