Constructor

ArrowCUDABuffernew_record_batch

Declaration [src]

GArrowCUDABuffer*
garrow_cuda_buffer_new_record_batch (
  GArrowCUDAContext* context,
  GArrowRecordBatch* record_batch,
  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.
record_batch GArrowRecordBatch
 

A GArrowRecordBatch to be serialized.

 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 serialized record batch data.

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