ArrowChunkedArrayDatum 分块数组数据

描述

class Arrow.ChunkedArrayDatum : Arrow.Datum {
  parent_instance: GArrowDatum
}
暂无描述。

构造函数

garrow_chunked_array_datum_new 新建分块数组数据
暂无描述。

since: 1.0.0 自版本:1.0.0

实例方法

继承自 GArrowDatum 数据 的方法 (6)
garrow_datum_equal 数据相等
暂无描述。

since: 1.0.0 自版本:1.0.0

garrow_datum_is_array 是否为数组
暂无描述。

since: 1.0.0 自版本:1.0.0

garrow_datum_is_array_like 是否类似数组
暂无描述。

since: 1.0.0 自版本:1.0.0

garrow_datum_is_scalar 是否为标量
暂无描述。

since: 5.0.0 自版本:5.0.0

garrow_datum_is_value 是否为值
暂无描述。

since: 5.0.0 自版本:5.0.0

garrow_datum_to_string 转换为字符串
暂无描述。

since: 1.0.0 自版本:1.0.0

继承自 GObject 对象 的方法 (43)

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

信号

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

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

类结构

struct ArrowChunkedArrayDatumClass {
  GArrowDatumClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowDatumClass 父类:数据类
暂无描述。