Method
ArrowDecimal256plus
since: 3.0.0
Declaration [src]
GArrowDecimal256*
garrow_decimal256_plus (
GArrowDecimal256* left,
GArrowDecimal256* right
)
Parameters
right
-
Type:
GArrowDecimal256
A
GArrowDecimal256
.The data is owned by the caller of the function.
Return value
Type: GArrowDecimal256
The added value of these decimals.
The caller of the method takes ownership of the data, and is responsible for freeing it. |