Writer for the Arrow streaming binary format
class arrow::ipc::RecordBatchStreamWriter
Writer for the Arrow streaming binary format
writer <- RecordBatchStreamWriter(sink, schema)writer$write_batch(batch) writer$write_table(table) writer$close()
The RecordBatchStreamWriter()
function creates a record batch stream writer.
inherited from arrow::ipc::RecordBatchWriter
$write_batch(batch)
: Write record batch to stream
$write_table(table)
: write Table to stream
$close()
: close stream