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