Arrow数组

描述

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

祖先

函数

garrow_array_import(导入数组)
暂无描述。

自:6.0.0

实例方法

garrow_array_cast(转换数组)
暂无描述。

自:0.7.0

garrow_array_concatenate(连接数组)
暂无描述。

自:4.0.0

garrow_array_count (计数)
暂无描述。

自:0.13.0

garrow_array_count_values (值计数)
暂无描述。

自:0.13.0

garrow_array_dictionary_encode (字典编码)
暂无描述。

自:0.8.0

garrow_array_diff_unified (统一差异)
暂无描述。

自:0.15.0

garrow_array_equal (等于)
暂无描述。

自:0.4.0

garrow_array_equal_approx (近似等于)
暂无描述。

自:0.4.0

garrow_array_equal_options (等于选项)
暂无描述。

自:5.0.0

garrow_array_equal_range (等于范围)
暂无描述。

自:0.4.0

garrow_array_export (导出)
暂无描述。

自:6.0.0

garrow_array_filter (过滤)
暂无描述。

自:0.15.0

garrow_array_get_value_type (获取值类型)
暂无描述。

自:0.3.0

garrow_array_is_in (是否存在)
暂无描述。

自:0.15.0

garrow_array_is_null (是否为空)
暂无描述。

自:0.3.0

garrow_array_is_valid (是否有效)
暂无描述。

自:0.8.0

garrow_array_run_end_encode (游程编码)
暂无描述。

自:13.0.0

garrow_array_slice (切片)
暂无描述。

garrow_array_sort_indices (排序索引)
暂无描述。

自:3.0.0

garrow_array_sort_to_indices (排序到索引)
暂无描述。

已弃用:3.0.0 自:0.15.0

garrow_array_take (取值)
暂无描述。

自:0.14.0

garrow_array_to_string (转换为字符串)
暂无描述。

自:0.4.0

garrow_array_unique (去重)
暂无描述。

自:0.8.0

garrow_array_view (视图)
暂无描述。

自:0.15.0

GObject 继承的方法 (43)

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

信号

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

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

类结构

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