ArrowTime64DataType

描述

class Arrow.Time64DataType : Arrow.TimeDataType {
  parent_instance: GArrowTimeDataType
}
暂无描述信息。

构造函数

garrow_time64_data_type_new
暂无描述信息。

since: 0.7.0

实例方法

继承自 GArrowTimeDataType 的方法 (1)
garrow_time_data_type_get_unit
暂无描述信息。

since: 0.7.0

继承自 GArrowFixedWidthDataType 的方法 (1)
继承自 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 ArrowTime64DataTypeClass {
  GArrowTimeDataTypeClass parent_class;
  
}
暂无描述信息。
类成员
parent_class: GArrowTimeDataTypeClass
暂无描述信息。