ArrowDictionaryDataType

描述

class Arrow.DictionaryDataType : Arrow.FixedWidthDataType {
  parent_instance: GArrowFixedWidthDataType
}
暂无描述。

构造函数

信号

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

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

类结构

struct ArrowDictionaryDataTypeClass {
  GArrowFixedWidthDataTypeClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowFixedWidthDataTypeClass(父类:固定宽度数据类型类)
暂无描述。