Method
ArrowDecimal128multiply
Declaration [src]
GArrowDecimal128*
garrow_decimal128_multiply (
GArrowDecimal128* left,
GArrowDecimal128* right
)
Parameters
right |
GArrowDecimal128 |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | GArrowDecimal128 |
The multiplied value of these decimals. |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |