Method

ArrowCUDABuffercopy_from_host

Declaration [src]

gboolean
garrow_cuda_buffer_copy_from_host (
  GArrowCUDABuffer* buffer,
  const guint8* data,
  gint64 size,
  GError** error
)

Description

No description available.
Available since:0.8.0

Parameters

data An array of guint8
 

Data on CPU host to be copied.

 The length of the array is specified in the size argument.
 The data is owned by the caller of the function.
size gint64
 

The size of data on CPU host to be copied in bytes.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE on success, FALSE if there was an error.