ArrowUnionDataType

描述

abstract class Arrow.UnionDataType : Arrow.DataType {
  parent_instance: GArrowDataType
}
没有可用的描述。

实例方法

garrow_union_data_type_get_field
没有可用的描述。

since: 0.12.0

garrow_union_data_type_get_fields
没有可用的描述。

since: 0.12.0

garrow_union_data_type_get_n_fields
没有可用的描述。

since: 0.12.0

garrow_union_data_type_get_type_codes
没有可用的描述。

since: 0.12.0

GArrowDataType 继承的方法 (5)
garrow_data_type_equal
没有可用的描述。

garrow_data_type_export
没有可用的描述。

since: 6.0.0

garrow_data_type_get_id
没有可用的描述。

garrow_data_type_get_name
没有可用的描述。

since: 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 ArrowUnionDataTypeClass {
  GArrowDataTypeClass parent_class;
  
}
没有可用的描述。
类成员
parent_class: GArrowDataTypeClass
没有可用的描述。