Method

ArrowDecimal32multiply

since: 19.0.0

Declaration [src]

GArrowDecimal32*
garrow_decimal32_multiply (
  GArrowDecimal32* left,
  GArrowDecimal32* right
)

Description

No description available.

Available since: 19.0.0

Parameters

right

Type: GArrowDecimal32

A GArrowDecimal32.

The data is owned by the caller of the function.

Return value

Type: GArrowDecimal32

The multiplied value of these decimals.

The caller of the method takes ownership of the data, and is responsible for freeing it.