Constructor

ArrowCUDABufferInputStreamnew

Declaration [src]

GArrowCUDABufferInputStream*
garrow_cuda_buffer_input_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: GArrowCUDABufferInputStream
 

A newly created GArrowCUDABufferInputStream.

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