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