构造函数

ArrowTime64Scalarnew

since: 5.0.0

声明 [src]

GArrowTime64Scalar*
garrow_time64_scalar_new (
  GArrowTime64DataType* data_type,
  gint64 value
)

描述

没有可用的描述。

可用版本: 5.0.0

参数

data_type

类型: GArrowTime64DataType

此标量的 GArrowTime64DataType

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

类型: gint64

此标量的值。

返回值

类型: GArrowTime64Scalar

新创建的 GArrowTime64Scalar

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