方法

ArrowLargeListArrayget_value_offsets

自:2.0.0 起可用

声明 [源代码]

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

描述

暂无描述。

可用自:2.0.0

参数

n_offsets

类型: gint64*

要返回的偏移量数量。

该参数将由函数设置。

返回值

类型: gint64 数组

包含列表值的数组中的目标偏移量。

数组的长度在 n_offsets 参数中。
数据由实例所拥有。