Class

ArrowBufferOutputStream

Description

class Arrow.BufferOutputStream : Arrow.OutputStream {
  parent_instance: GArrowOutputStream
}
No description available.

Constructors

garrow_buffer_output_stream_new
No description available.

Instance methods

Methods inherited from GArrowOutputStream (3)
garrow_output_stream_align
No description available.

Available since: 0.11.0

garrow_output_stream_write_record_batch
No description available.

Available since: 1.0.0

garrow_output_stream_write_tensor
No description available.

Available since: 0.4.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GArrowFile (4)
garrow_file_close
No description available.
garrow_file_get_mode
No description available.
garrow_file_is_closed
No description available.

Available since: 0.13.0

garrow_file_tell
No description available.
Methods inherited from GArrowWritable (2)
garrow_writable_flush

It ensures writing all data on memory to storage.

garrow_writable_write
No description available.

Properties

Properties inherited from GArrowOutputStream (1)
Arrow.OutputStream:output-stream
No description available.

Signals

Signals inherited from GObject (1)
GObject.Object::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 ArrowBufferOutputStreamClass {
  GArrowOutputStreamClass parent_class;
  
}
Class members
parent_class
GArrowOutputStreamClass
  No description available.