ArrowMapDataType

描述

class Arrow.MapDataType : Arrow.ListDataType {
  parent_instance: GArrowListDataType
}
无可用描述。

构造函数

garrow_map_data_type_new
无可用描述。

since: 0.17.0

实例方法

garrow_map_data_type_get_item_type
无可用描述。

since: 0.17.0

garrow_map_data_type_get_key_type
无可用描述。

since: 0.17.0

继承自 GArrowListDataType 的方法 (2)
garrow_list_data_type_get_field
无可用描述。

since: 0.13.0

garrow_list_data_type_get_value_field
无可用描述。

deprecated: 0.13.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(), et al. 设置时,会触发 notify 信号。

类结构

struct ArrowMapDataTypeClass {
  GArrowListDataTypeClass parent_class;
  
}
无可用描述。
类成员
parent_class: GArrowListDataTypeClass
无可用描述。