Class

ArrowStreamDecoder

[]

Description

class Arrow.StreamDecoder : GObject.Object {
  parent_instance: GObject
}
No description available.
[]

Ancestors

[]

Constructors

garrow_stream_decoder_new
No description available.

since: 18.0.0

[]

Instance methods

garrow_stream_decoder_consume_buffer

Feed data to the decoder as a GArrowBuffer.

since: 18.0.0

garrow_stream_decoder_consume_bytes

Feed data to the decoder as a raw data.

since: 18.0.0

garrow_stream_decoder_get_next_required_size

This method is provided for users who want to optimize performance. Normal users don’t need to use this method.

since: 18.0.0

garrow_stream_decoder_get_schema
No description available.

since: 18.0.0

garrow_stream_decoder_reset

Reset the internal status.

since: 18.0.0

Methods inherited from GObject (43)
[]

Properties

Arrow.StreamDecoder:decoder
No description available.

Arrow.StreamDecoder:listener

A listener that receives decoded events.

since: 18.0.0

[]

Signals

Signals inherited from GObject (1)

Class structure