類別

ArrowUnionDataType

描述

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

實例方法

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 ArrowUnionDataTypeClass {
  GArrowDataTypeClass parent_class;
  
}
無可用描述。
類別成員
parent_class: GArrowDataTypeClass
無可用描述。