方法

ArrowRecordBatchslice

声明 [源代码]

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

描述

暂无描述。

参数

offset(偏移量)

类型: gint64

GArrowRecordBatch 的偏移量。

length(长度)

类型: gint64

GArrowRecordBatch 的长度。

返回值

类型: GArrowRecordBatch

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

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