构造函数

ArrowRecordBatchIteratornew

since: 0.17.0

声明 [src]

GArrowRecordBatchIterator*
garrow_record_batch_iterator_new (
  GList* record_batches
)

描述

无可用描述。

可用版本:0.17.0

参数

record_batches

类型: 一个 GArrowRecordBatch* 列表

记录批次。

数据由函数的调用者拥有。

返回值

类型: GArrowRecordBatchIterator

一个新创建的 GArrowRecordBatchIterator

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