ArrowUnionArray(联合数组)

描述

class Arrow.UnionArray : Arrow.Array {
  parent_instance: GArrowArray
}
暂无描述。

实例方法

garrow_union_array_get_child_id
暂无描述。

since(始于):12.0.0

garrow_union_array_get_type_code
暂无描述。

since(始于):12.0.0

继承自 GArrowArray 的方法 (34)

请参考 GArrowArray 查看完整方法列表。

继承自 GObject 的方法 (43)

请参考 GObject 查看完整方法列表。

信号

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

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

类结构

struct ArrowUnionArrayClass {
  GArrowArrayClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowArrayClass
暂无描述。