Writer for the Arrow binary file format
class arrow::ipc::RecordBatchFileWriter
Writer for the Arrow binary file format
writer <- RecordBatchFileWriter(sink, schema)writer$write_batch(batch) writer$write_table(table) writer$close()
The RecordBatchFileWriter()
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