ArrowDenseUnionArray(稠密联合数组)

描述

class Arrow.DenseUnionArray : Arrow.UnionArray {
  parent_instance: GArrowUnionArray
}
暂无描述。

实例方法

继承自 GArrowArray(数组) 的方法 (31)

请参阅 GArrowArray(数组) 获取完整的方法列表。

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

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

信号

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

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

类结构

struct ArrowDenseUnionArrayClass {
  GArrowUnionArrayClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowUnionArrayClass(父类:联合数组类)
暂无描述。