Method

ArrowDecimal256plus

Declaration [src]

GArrowDecimal256*
garrow_decimal256_plus (
  GArrowDecimal256* left,
  GArrowDecimal256* right
)

Description

No description available.
Available since:3.0.0

Parameters

right GArrowDecimal256
 

A GArrowDecimal256.

 The data is owned by the caller of the function.

Return value

Returns: GArrowDecimal256
 

The added value of these decimals.

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