Method
ArrowCUDABufferread_record_batch
Declaration [src]
GArrowRecordBatch*
garrow_cuda_buffer_read_record_batch (
GArrowCUDABuffer* buffer,
GArrowSchema* schema,
GArrowReadOptions* options,
GError** error
)
Parameters
schema |
GArrowSchema |
A |
|
The data is owned by the caller of the function. | |
options |
GArrowReadOptions |
A |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GArrowRecordBatch |
A newly created |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |