Documentation
Dlang.org
RecordBatchStreamWriter
arrow
record_batch_stream_writer
class
RecordBatchStreamWriter :
RecordBatchWriter
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
RecordBatchStreamWriter
self
();
this
(arrow.output_stream.OutputStream sink, arrow.schema.Schema schema);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.output_stream.OutputStream sink, arrow.schema.Schema schema)
Members
Functions
self
RecordBatchStreamWriter
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From RecordBatchWriter
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
RecordBatchWriter
self
()
Returns
this
, for use in
with
statements.
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