建構函式

ArrowFlightRecordBatchStreamnew

始於:6.0.0

宣告 [src]

GAFlightRecordBatchStream*
gaflight_record_batch_stream_new (
  GArrowRecordBatchReader* reader,
  GArrowWriteOptions* options
)

描述

尚無描述。

自 6.0.0 起可用

參數

reader

類型: GArrowRecordBatchReader

要讀取的 GArrowRecordBatchReader

資料由函式的呼叫者擁有。
options

類型: GArrowWriteOptions

用於將 record batch 寫入 client 的 GArrowWriteOptions

此參數可以是 NULL
資料由函式的呼叫者擁有。

傳回值

類型: GAFlightRecordBatchStream

新建立的 GAFlightRecordBatchStream

函式的呼叫者取得資料的所有權,並負責釋放其佔用的記憶體。