建構子
ArrowCUDABuffernew
自版本:0.8.0 起
宣告 [src]
GArrowCUDABuffer*
garrow_cuda_buffer_new (
GArrowCUDAContext* context,
gint64 size,
GError** error
)
參數
回傳值
型別: GArrowCUDABuffer
成功時,新建立的 GArrowCUDABuffer
;錯誤時,NULL
。
函式的呼叫者取得資料的所有權,並負責釋放它。 |