Constructor

ArrowDecimal64new_integer

since: 19.0.0

Declaration [src]

GArrowDecimal64*
garrow_decimal64_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: GArrowDecimal64

A newly created GArrowDecimal64.

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