類別

ArrowStructDataType

描述

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

建構子

garrow_struct_data_type_new
無可用描述。

實例方法

garrow_struct_data_type_get_field
無可用描述。

since: 0.12.0

garrow_struct_data_type_get_field_by_name
無可用描述。

since: 0.12.0

garrow_struct_data_type_get_field_index
無可用描述。

since: 0.12.0

garrow_struct_data_type_get_fields
無可用描述。

since: 0.12.0

garrow_struct_data_type_get_n_fields
無可用描述。

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