构造函数
ArrowDecimal64Scalarnew
自:19.0.0
声明 [源码]
GArrowDecimal64Scalar*
garrow_decimal64_scalar_new (
GArrowDecimal64DataType* data_type,
GArrowDecimal64* value
)
参数
data_type
-
此标量的
GArrowDecimal64DataType
。数据由函数调用者拥有。 value
-
类型:
GArrowDecimal64
此标量的值。
数据由函数调用者拥有。