Constructor

ArrowDecimal32new_integer

since: 19.0.0

Declaration [src]

GArrowDecimal32*
garrow_decimal32_new_integer (
  const gint64 data
)

Description

No description available.

Available since: 19.0.0

Parameters

data

Type: const gint64

The data of the decimal.

Return value

Type: GArrowDecimal32

A newly created GArrowDecimal32.

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