方法

ArrowRecordBatchslice

声明 [src]

GArrowRecordBatch*
garrow_record_batch_slice (
  GArrowRecordBatch* record_batch,
  gint64 offset,
  gint64 length
)

描述

暂无描述。

参数

offset

类型: gint64

GArrowRecordBatch 的偏移量。

length

类型: gint64

GArrowRecordBatch 的长度。

返回值

类型: GArrowRecordBatch

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

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