ArrowTable(表)

描述

class Arrow.Table : GObject.Object {
  parent_instance: GObject
}
暂无描述。

祖先

构造函数

garrow_table_new_arrays
暂无描述。

自:0.12.0

garrow_table_new_chunked_arrays
暂无描述。

自:0.15.0

garrow_table_new_record_batches
暂无描述。

自:0.12.0

garrow_table_new_values
暂无描述。

自:0.12.0

实例方法

garrow_table_add_column
暂无描述。

自:0.15.0

garrow_table_combine_chunks
暂无描述。

自:0.16.0

garrow_table_concatenate
暂无描述。

自:0.14.0

garrow_table_equal
暂无描述。

自:0.4.0

garrow_table_equal_metadata
暂无描述。

自:0.17.0

garrow_table_filter
暂无描述。

自:0.15.0

garrow_table_filter_chunked_array
暂无描述。

自:0.15.0

garrow_table_get_column_data
暂无描述。

自:0.15.0

garrow_table_get_n_columns
暂无描述。

garrow_table_get_n_rows
暂无描述。

garrow_table_get_schema
暂无描述。

garrow_table_remove_column
暂无描述。

自:0.3.0

garrow_table_replace_column
暂无描述。

自:0.15.0

garrow_table_slice
暂无描述。

自:0.14.0

garrow_table_sort_indices
暂无描述。

自:3.0.0

garrow_table_take
暂无描述。

自:0.16.0

garrow_table_take_chunked_array
暂无描述。

自:0.16.0

garrow_table_to_string
暂无描述。

自:0.12.0

garrow_table_write_as_feather

table 表以 Feather 格式写入到 sink

自:0.17.0

GObject 继承的方法 (43)

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

属性

Arrow.Table:table
暂无描述。

信号

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

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

类结构

struct ArrowTableClass {
  GObjectClass parent_class;
  
}
暂无描述。
类成员
parent_class: GObjectClass(父类:GObjectClass)
暂无描述。