Method

ArrowMonthIntervalArrayget_values

since: 8.0.0

Declaration [src]

const gint32*
garrow_month_interval_array_get_values (
  GArrowMonthIntervalArray* array,
  gint64* length
)

Description

No description available.

Available since: 8.0.0

Parameters

length

Type: gint64*

The number of values.

The argument will be set by the function.

Return value

Type: An array of gint32

The raw values.

The length of the array is in the length argument.
The data is owned by the instance.