ArrowTable

描述

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

祖先

构造函数

garrow_table_new_arrays
没有可用描述。

since: 0.12.0

garrow_table_new_chunked_arrays
没有可用描述。

since: 0.15.0

garrow_table_new_record_batches
没有可用描述。

since: 0.12.0

garrow_table_new_values
没有可用描述。

since: 0.12.0

实例方法

garrow_table_add_column
没有可用描述。

since: 0.15.0

garrow_table_combine_chunks
没有可用描述。

since: 0.16.0

garrow_table_concatenate
没有可用描述。

since: 0.14.0

garrow_table_equal
没有可用描述。

since: 0.4.0

garrow_table_equal_metadata
没有可用描述。

since: 0.17.0

garrow_table_filter
没有可用描述。

since: 0.15.0

garrow_table_filter_chunked_array
没有可用描述。

since: 0.15.0

garrow_table_get_column_data
没有可用描述。

since: 0.15.0

garrow_table_get_n_columns
没有可用描述。

garrow_table_get_n_rows
没有可用描述。

garrow_table_get_schema
没有可用描述。

garrow_table_remove_column
没有可用描述。

since: 0.3.0

garrow_table_replace_column
没有可用描述。

since: 0.15.0

garrow_table_slice
没有可用描述。

since: 0.14.0

garrow_table_sort_indices
没有可用描述。

since: 3.0.0

garrow_table_take
没有可用描述。

since: 0.16.0

garrow_table_take_chunked_array
没有可用描述。

since: 0.16.0

garrow_table_to_string
没有可用描述。

since: 0.12.0

garrow_table_validate

验证给定的表。这是一个廉价的验证。

since: 20.0.0

garrow_table_validate_full

验证给定的表。这是一个广泛的验证。

since: 20.0.0

garrow_table_write_as_feather

table作为Feather格式数据写入sink

since: 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
没有可用描述。