Constructor

ArrowCUDABufferOutputStreamnew

Declaration [src]

GArrowCUDABufferOutputStream*
garrow_cuda_buffer_output_stream_new (
  GArrowCUDABuffer* buffer
)

Description

No description available.
Available since:0.8.0

Parameters

buffer GArrowCUDABuffer
 

A GArrowCUDABuffer.

 The data is owned by the caller of the function.

Return value

Returns: GArrowCUDABufferOutputStream
 

A newly created GArrowCUDABufferOutputStream.

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