RecordBatchStreamWriter

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)