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