Constructor
ArrowCUDABuffernew_record_batch
Declaration [src]
GArrowCUDABuffer*
garrow_cuda_buffer_new_record_batch (
GArrowCUDAContext* context,
GArrowRecordBatch* record_batch,
GError** error
)
Parameters
context |
GArrowCUDAContext |
A |
|
The data is owned by the caller of the function. | |
record_batch |
GArrowRecordBatch |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowCUDABuffer |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |