類別

ArrowTimestampDataType

描述

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

建構子

garrow_timestamp_data_type_new
沒有可用的描述。

自 0.7.0 起

實例方法

garrow_timestamp_data_type_get_unit
沒有可用的描述。

自 0.8.0 起

繼承自 GArrowFixedWidthDataType (1) 的方法
繼承自 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 以取得完整的方法列表。

屬性

Arrow.TimestampDataType:time-zone

此資料類型的時區。

自 16.0.0 起

繼承自 GArrowDataType (1) 的屬性
Arrow.DataType:data-type
沒有可用的描述。

訊號

繼承自 GObject (1) 的訊號
GObject::notify

當物件的其中一個屬性透過 g_object_set_property()、g_object_set() 等設定其值時,會發射 notify 訊號。

類別結構

struct ArrowTimestampDataTypeClass {
  GArrowTemporalDataTypeClass parent_class;
  
}
沒有可用的描述。
類別成員
parent_class: GArrowTemporalDataTypeClass
沒有可用的描述。