ArrowTimestampDataType

描述

class Arrow.TimestampDataType : Arrow.TemporalDataType {
  parent_instance: GArrowTemporalDataType
}
没有可用描述。

构造函数

garrow_timestamp_data_type_new
没有可用描述。

since: 0.7.0 (始于:0.7.0)

实例方法

garrow_timestamp_data_type_get_unit
没有可用描述。

since: 0.8.0 (始于:0.8.0)

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

garrow_data_type_export
没有可用描述。

since: 6.0.0 (始于:6.0.0)

garrow_data_type_get_id
没有可用描述。

garrow_data_type_get_name
没有可用描述。

since: 3.0.0 (始于:3.0.0)

garrow_data_type_to_string
没有可用描述。

GObject 继承的方法 (43)

请查看 GObject 以获取完整的方法列表。

属性

Arrow.TimestampDataType:time-zone

此数据类型的时区。

since: 16.0.0 (始于:16.0.0)

GArrowDataType 继承的属性 (1)
Arrow.DataType:data-type
没有可用描述。

信号

GObject 继承的信号 (1)
GObject::notify

当对象的属性通过 g_object_set_property(), g_object_set(), et al 设置其值时,会发出 notify 信号。

类结构

struct ArrowTimestampDataTypeClass {
  GArrowTemporalDataTypeClass parent_class;
  
}
没有可用描述。
类成员
parent_class: GArrowTemporalDataTypeClass
没有可用描述。