构造函数

ArrowDecimal256Scalarnew

自:5.0.0

声明 [源代码]

GArrowDecimal256Scalar*
garrow_decimal256_scalar_new (
  GArrowDecimal256DataType* data_type,
  GArrowDecimal256* value
)

描述

暂无描述。

可用自:5.0.0

参数

data_type

类型: GArrowDecimal256DataType

此标量的 GArrowDecimal256DataType

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

类型: GArrowDecimal256

此标量的值。

数据由函数调用者拥有。

返回值

类型: GArrowDecimal256Scalar

新创建的 GArrowDecimal256Scalar

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