构造函数

ArrowDecimal64Scalarnew

自:19.0.0

声明 [源码]

GArrowDecimal64Scalar*
garrow_decimal64_scalar_new (
  GArrowDecimal64DataType* data_type,
  GArrowDecimal64* value
)

描述

暂无描述。

可用自:19.0.0

参数

data_type

类型: GArrowDecimal64DataType

此标量的 GArrowDecimal64DataType

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

类型: GArrowDecimal64

此标量的值。

数据由函数调用者拥有。

返回值

类型: GArrowDecimal64Scalar

一个新创建的 GArrowDecimal64Scalar

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