Class

ArrowOutputStream

Description

class Arrow.OutputStream : GObject.Object {
  parent_instance: GObject
}
No description available.

Ancestors

Instance methods

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

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 ArrowOutputStreamClass {
  GObjectClass parent_class;
  
}
Class members
parent_class
GObjectClass
  No description available.