RecordBatchStreamWriter

Constructors

this
this(arrow.output_stream.OutputStream sink, arrow.schema.Schema schema)

Inherited Members

From RecordBatchWriter

close
bool close()
isClosed
bool isClosed()
writeRecordBatch
bool writeRecordBatch(arrow.record_batch.RecordBatch recordBatch)
writeTable
bool writeTable(arrow.table.Table table)