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