构造函数

ArrowDecimal64Scalarnew

since: 19.0.0

声明 [src]

GArrowDecimal64Scalar*
garrow_decimal64_scalar_new (
  GArrowDecimal64DataType* data_type,
  GArrowDecimal64* value
)

描述

没有可用的描述。

可用版本: 19.0.0

参数

data_type

类型: GArrowDecimal64DataType

用于此标量的 GArrowDecimal64DataType

数据的所有权归函数调用者所有。
value

类型: GArrowDecimal64

此标量的值。

数据的所有权归函数调用者所有。

返回值

类型: GArrowDecimal64Scalar

新创建的 GArrowDecimal64Scalar

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