Class

ArrowRecordBatchStreamWriter

Description

class Arrow.RecordBatchStreamWriter : Arrow.RecordBatchWriter {
  parent_instance: GArrowRecordBatchWriter
}
No description available.

Constructors

garrow_record_batch_stream_writer_new
No description available.

Available since: 0.4.0

Instance methods

Methods inherited from GArrowRecordBatchWriter (3)
garrow_record_batch_writer_close
No description available.

Available since: 0.4.0

garrow_record_batch_writer_write_record_batch
No description available.

Available since: 0.4.0

garrow_record_batch_writer_write_table
No description available.

Available since: 0.8.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Properties inherited from GArrowRecordBatchWriter (1)

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