Method

ArrowLargeListArrayget_value_offsets

since: 2.0.0

Declaration [src]

const gint64*
garrow_large_list_array_get_value_offsets (
  GArrowLargeListArray* array,
  gint64* n_offsets
)

Description

No description available.

Available since: 2.0.0

Parameters

n_offsets

Type: gint64*

The number of offsets to be returned.

The argument will be set by the function.

Return value

Type: An array of gint64

The target offsets in the array containing the list’s values.

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