构造函数

ArrowDecimal256Scalarnew

起始版本: 5.0.0

声明 [src]

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

描述

无可用描述。

可用版本:5.0.0

参数

data_type

类型: GArrowDecimal256DataType

用于此标量的 GArrowDecimal256DataType

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

类型: GArrowDecimal256

此标量的值。

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

返回值

类型: GArrowDecimal256Scalar

新创建的 GArrowDecimal256Scalar

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