建構子
ArrowCUDABuffernew_record_batch
始於:0.8.0
宣告 [src]
GArrowCUDABuffer*
garrow_cuda_buffer_new_record_batch (
GArrowCUDAContext* context,
GArrowRecordBatch* record_batch,
GError** error
)
參數
回傳值
類型: GArrowCUDABuffer
成功時為新建立的 GArrowCUDABuffer
,錯誤時為 NULL
。此緩衝區包含序列化的記錄批次資料。
此函式的呼叫者取得資料的所有權,並負責釋放它。 |