Method

ArrowCUDABufferexport

since: 0.8.0

Declaration [src]

GArrowCUDAIPCMemoryHandle*
garrow_cuda_buffer_export (
  GArrowCUDABuffer* buffer
  GError** error
)

Description

No description available.

Available since: 0.8.0

Return value

Type: GArrowCUDAIPCMemoryHandle

A newly created GArrowCUDAIPCMemoryHandle to handle the exported buffer on success, NULL on error.

The caller of the method takes ownership of the data, and is responsible for freeing it.