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