构造函数
ArrowFlightRecordBatchStreamnew
since: 6.0.0
声明 [src]
GAFlightRecordBatchStream*
gaflight_record_batch_stream_new (
GArrowRecordBatchReader* reader,
GArrowWriteOptions* options
)
参数
reader
-
要读取的
GArrowRecordBatchReader
。数据由函数调用者拥有。 options
-
用于将 record batches 写入客户端的
GArrowWriteOptions
。参数可以为 NULL
。数据由函数调用者拥有。