构造函数
ArrowTimestampDataTypenew
自:0.7.0 起可用
声明 [源代码]
GArrowTimestampDataType*
garrow_timestamp_data_type_new (
GArrowTimeUnit unit,
GTimeZone* time_zone
)
参数
unit
-
类型:
GArrowTimeUnit
时间戳数据的单位。
time_zone
-
类型:
GTimeZone
时间戳数据的时区。如果基于的 GLib 版本低于 2.58,则此参数将被忽略。
该参数可以为 NULL
。数据由函数调用者拥有。