方法
ArrowDecimal256plus
起始版本: 3.0.0
声明 [src]
GArrowDecimal256*
garrow_decimal256_plus (
GArrowDecimal256* left,
GArrowDecimal256* right
)
参数
right
-
类型:
GArrowDecimal256
一个
GArrowDecimal256
。数据由函数的调用者拥有。
返回值
类型: GArrowDecimal256
这些小数相加的值。
该方法的调用者拥有数据的所有权,并负责释放它。 |