Documentation
Dlang.org
RecordBatchStreamWriter
arrow
record_batch_stream_writer
class
RecordBatchStreamWriter :
RecordBatchWriter
{
this
(arrow.output_stream.OutputStream sink, arrow.schema.Schema schema);
}
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)
arrow
record_batch_stream_writer
classes
RecordBatchStreamWriter