构造函数

ArrowTimestampScalarnew

since: 5.0.0

声明 [src]

GArrowTimestampScalar*
garrow_timestamp_scalar_new (
  GArrowTimestampDataType* data_type,
  gint64 value
)

描述

无可用描述。

可用版本: 5.0.0

参数

data_type

类型: GArrowTimestampDataType

用于此标量的 GArrowTimestampDataType

数据由该函数的调用者拥有。
value

类型: gint64

此标量的值。

返回值

类型: GArrowTimestampScalar

新创建的 GArrowTimestampScalar

该函数的调用者取得数据的所有权,并负责释放它。