构造函数

ArrowDecimal128Scalarnew

自:5.0.0 起可用

声明 [源代码]

GArrowDecimal128Scalar*
garrow_decimal128_scalar_new (
  GArrowDecimal128DataType* data_type,
  GArrowDecimal128* value
)

描述

暂无描述。

可用版本:5.0.0 及更高版本

参数

data_type

类型: GArrowDecimal128DataType

此标量的 GArrowDecimal128DataType

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

类型: GArrowDecimal128

此标量的值。

数据由函数调用者拥有。

返回值

类型: GArrowDecimal128Scalar

一个新创建的 GArrowDecimal128Scalar

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