Constructor

ArrowDecimal256new_integer

since: 3.0.0

Declaration [src]

GArrowDecimal256*
garrow_decimal256_new_integer (
  const gint64 data
)

Description

No description available.

Available since: 3.0.0

Parameters

data

Type: const gint64

The data of the decimal.

Return value

Type: GArrowDecimal256

A newly created GArrowDecimal256.

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