方法

Arrow数组 (Array)切片 (slice)

声明 [src]

GArrowArray*
garrow_array_slice (
  GArrowArray* array,
  gint64 offset,
  gint64 length
)

描述

暂无描述。

参数

偏移量 (offset)

类型: gint64

GArrowArray 的偏移量。

长度 (length)

类型: gint64

GArrowArray 的长度。

返回值

类型: GArrowArray

GArrowArray。它仅覆盖从 offsetoffset + length 的范围。子 GArrowArray 与基础 GArrowArray 共享值。

该方法的调用者拥有数据的所有权,并负责释放它。