Method

ArrowCUDABufferget_context

since: 0.8.0

Declaration [src]

GArrowCUDAContext*
garrow_cuda_buffer_get_context (
  GArrowCUDABuffer* buffer
)

Description

No description available.

Available since: 0.8.0

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.