方法

ArrowListArrayget_value_offsets

自:2.0.0

声明 [源码]

const gint32*
garrow_list_array_get_value_offsets (
  GArrowListArray* array,
  gint64* n_offsets
)

描述

暂无描述。

可用自:2.0.0

参数

n_offsets

类型: gint64*

要返回的偏移量数量。

该参数将由函数设置。

返回值

类型: gint32 数组

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

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