Constructor
ArrowCUDABufferOutputStreamnew
since: 0.8.0
Declaration [src]
GArrowCUDABufferOutputStream*
garrow_cuda_buffer_output_stream_new (
GArrowCUDABuffer* buffer
)
Parameters
buffer
-
Type:
GArrowCUDABuffer
A
GArrowCUDABuffer
.The data is owned by the caller of the function.
Return value
Type: GArrowCUDABufferOutputStream
A newly created
GArrowCUDABufferOutputStream
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |