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)

Please see GObject for a full list of methods.

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)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct ArrowStreamDecoderClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.