Method
ArrowCUDABufferget_context
since: 0.8.0
Declaration [src]
GArrowCUDAContext*
garrow_cuda_buffer_get_context (
GArrowCUDABuffer* buffer
)
Return value
Type: GArrowCUDAContext
A newly created GArrowCUDAContext
for the
buffer. Contexts for the same buffer share the same data internally.
The caller of the method takes ownership of the data, and is responsible for freeing it. |