ArrowDenseUnionDataType

描述

class Arrow.DenseUnionDataType : Arrow.UnionDataType {
  parent_instance: GArrowUnionDataType
}
暂无描述。

构造函数

实例方法

GArrowUnionDataType 继承的方法 (4)
garrow_union_data_type_get_field
暂无描述。

自从: 0.12.0

garrow_union_data_type_get_fields
暂无描述。

自从: 0.12.0

garrow_union_data_type_get_n_fields
暂无描述。

自从: 0.12.0

garrow_union_data_type_get_type_codes
暂无描述。

自从: 0.12.0

GArrowDataType 继承的方法 (5)
garrow_data_type_equal
暂无描述。

garrow_data_type_export
暂无描述。

自从: 6.0.0

garrow_data_type_get_id
暂无描述。

garrow_data_type_get_name
暂无描述。

自从: 3.0.0

garrow_data_type_to_string
暂无描述。

GObject 继承的方法 (43)

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

属性

GArrowDataType 继承的属性 (1)
Arrow.DataType:data-type
暂无描述。

信号

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

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

类结构

struct ArrowDenseUnionDataTypeClass {
  GArrowUnionDataTypeClass parent_class;
  
}
暂无描述。
类成员
parent_class: GArrowUnionDataTypeClass
暂无描述。