Constructor

ArrowDecimal256new_integer

Declaration [src]

GArrowDecimal256*
garrow_decimal256_new_integer (
  const gint64 data
)

Description

No description available.
Available since:3.0.0

Parameters

data const gint64
 

The data of the decimal.

Return value

Returns: GArrowDecimal256
 

A newly created GArrowDecimal256.

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