Method

ArrowLargeListArrayget_value_offsets

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 gint64*
 

The number of offsets to be returned.

 The argument will be set by the function.

Return value

Returns: 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.