Method
ArrowBufferInputStreamget_buffer
Declaration [src]
GArrowBuffer*
garrow_buffer_input_stream_get_buffer (
GArrowBufferInputStream* input_stream
)
Return value
Type: GArrowBuffer
The data of the stream as GArrowBuffer
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |