构造函数

ArrowDecimal32Scalarnew

始于: 19.0.0

声明 [src]

GArrowDecimal32Scalar*
garrow_decimal32_scalar_new (
  GArrowDecimal32DataType* data_type,
  GArrowDecimal32* value
)

描述

没有可用的描述。

可用版本: 19.0.0

参数

data_type

类型: GArrowDecimal32DataType

此标量的 GArrowDecimal32DataType

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

类型: GArrowDecimal32

此标量的值。

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

返回值

类型: GArrowDecimal32Scalar

一个新创建的 GArrowDecimal32Scalar

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