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