Constructor

ArrowCUDABuffernew_ipc

Declaration [src]

GArrowCUDABuffer*
garrow_cuda_buffer_new_ipc (
  GArrowCUDAContext* context,
  GArrowCUDAIPCMemoryHandle* handle,
  GError** error
)

Description

No description available.
Available since:0.8.0

Parameters

context GArrowCUDAContext
 

A GArrowCUDAContext.

 The data is owned by the caller of the function.
handle GArrowCUDAIPCMemoryHandle
 

A GArrowCUDAIPCMemoryHandle to be communicated.

 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 GArrowCUDABuffer on success, NULL on error. The buffer has data from the IPC target.

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