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