Method

ArrowBufferInputStreamget_buffer

Declaration [src]

GArrowBuffer*
garrow_buffer_input_stream_get_buffer (
  GArrowBufferInputStream* input_stream
)

Description

No description available.

Return value

Returns: GArrowBuffer
 

The data of the stream as GArrowBuffer.

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