Method

ArrowDecimal128plus

Declaration [src]

GArrowDecimal128*
garrow_decimal128_plus (
  GArrowDecimal128* left,
  GArrowDecimal128* right
)

Description

No description available.
Available since:0.11.0

Parameters

right GArrowDecimal128
 

A GArrowDecimal128.

 The data is owned by the caller of the function.

Return value

Returns: GArrowDecimal128
 

The added value of these decimals.

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