构造函数

ArrowDecimal128Scalarnew

since: 5.0.0

声明 [src]

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

描述

没有可用的描述。

可用版本:5.0.0

参数

data_type

类型: GArrowDecimal128DataType

这个标量的 GArrowDecimal128DataType

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

类型: GArrowDecimal128

这个标量的值。

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

返回值

类型: GArrowDecimal128Scalar

一个新创建的 GArrowDecimal128Scalar

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