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