StreamDecoder.consumeBuffer

bool consumeBuffer(arrow.buffer.Buffer buffer)

Feed data to the decoder as a #GArrowBuffer.

If the decoder can read one or more record batches by the data, the decoder calls vfuncGArrowStreamListener.on_record_batch_decoded with a decoded record batch multiple times.

Parameters

bufferA #GArrowBuffer to be decoded.

Returns

true on success, false if there was an error.

Throws

[ErrorWrap]