方法
ArrowDecimal64plus
since: 19.0.0
声明 [src]
GArrowDecimal64*
garrow_decimal64_plus (
GArrowDecimal64* left,
GArrowDecimal64* right
)
参数
right
-
类型:
GArrowDecimal64
一个
GArrowDecimal64
。数据由函数的调用者拥有。
返回值
类型: GArrowDecimal64
这些小数相加后的值。
方法的调用者拥有数据的所有权,并负责释放它。 |