构造函数
ArrowFlightRecordBatchStreamnew
自:6.0.0 起可用
声明 [源码]
GAFlightRecordBatchStream*
gaflight_record_batch_stream_new (
GArrowRecordBatchReader* reader,
GArrowWriteOptions* options
)
参数
reader
-
待读取的
GArrowRecordBatchReader
。数据由函数调用者拥有。 options
-
用于将记录批写入客户端的
GArrowWriteOptions
。该参数可以为 NULL
。数据由函数调用者拥有。