ArrowRecordBatch

描述

class Arrow.RecordBatch : GObject.Object {
  parent_instance: GObject
}
没有可用的描述。

祖先

构造函数

garrow_record_batch_new
没有可用的描述。

函数

garrow_record_batch_import
没有可用的描述。

since: 6.0.0

实例方法

garrow_record_batch_add_column
没有可用的描述。

since: 0.9.0

garrow_record_batch_equal
没有可用的描述。

since: 0.4.0

garrow_record_batch_equal_metadata
没有可用的描述。

since: 0.17.0

garrow_record_batch_export
没有可用的描述。

since: 6.0.0

garrow_record_batch_filter
没有可用的描述。

since: 0.15.0

garrow_record_batch_get_column_data
没有可用的描述。

since: 0.15.0

garrow_record_batch_get_column_name
没有可用的描述。

garrow_record_batch_get_n_columns
没有可用的描述。

garrow_record_batch_get_n_rows
没有可用的描述。

garrow_record_batch_get_schema
没有可用的描述。

garrow_record_batch_remove_column
没有可用的描述。

since: 0.9.0

garrow_record_batch_serialize
没有可用的描述。

since: 1.0.0

garrow_record_batch_slice
没有可用的描述。

garrow_record_batch_sort_indices
没有可用的描述。

since: 3.0.0

garrow_record_batch_take
没有可用的描述。

since: 0.16.0

garrow_record_batch_to_string
没有可用的描述。

since: 0.4.0

garrow_record_batch_validate
没有可用的描述。

since: 20.0.0

garrow_record_batch_validate_full
没有可用的描述。

since: 20.0.0

GObject 继承的方法 (43)

请参阅 GObject 以获得完整的方法列表。

属性

Arrow.RecordBatch:record-batch
没有可用的描述。

信号

GObject 继承的信号 (1)
GObject::notify

当对象的属性值通过 g_object_set_property()、g_object_set() 等设置时,会发出 notify 信号。

类结构

struct ArrowRecordBatchClass {
  GObjectClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GObjectClass
没有可用的描述。