Method

ArrowCUDABufferread_record_batch

Declaration [src]

GArrowRecordBatch*
garrow_cuda_buffer_read_record_batch (
  GArrowCUDABuffer* buffer,
  GArrowSchema* schema,
  GArrowReadOptions* options,
  GError** error
)

Description

No description available.
Available since:0.8.0

Parameters

schema GArrowSchema
 

A GArrowSchema for record batch.

 The data is owned by the caller of the function.
options GArrowReadOptions
 

A GArrowReadOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowRecordBatch
 

A newly created GArrowRecordBatch on success, NULL on error. The record batch data is located on GPU.

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