Constructor

ArrowDecimal128new_integer

Declaration [src]

GArrowDecimal128*
garrow_decimal128_new_integer (
  const gint64 data
)

Description

No description available.
Available since:0.10.0

Parameters

data const gint64
 

The data of the decimal.

Return value

Returns: GArrowDecimal128
 

A newly created GArrowDecimal128.

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