Constructor

ArrowDecimal128new_integer

since: 0.10.0

Declaration [src]

GArrowDecimal128*
garrow_decimal128_new_integer (
  const gint64 data
)

Description

No description available.

Available since: 0.10.0

Parameters

data

Type: const gint64

The data of the decimal.

Return value

Type: GArrowDecimal128

A newly created GArrowDecimal128.

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