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