Learn R Programming

arrow (version 0.14.1)

arrow__ipc__RecordBatchStreamWriter: class arrow::ipc::RecordBatchStreamWriter

Writer for the Arrow streaming binary format

Description

class arrow::ipc::RecordBatchStreamWriter

Writer for the Arrow streaming binary format

Arguments

usage

writer <- RecordBatchStreamWriter(sink, schema)

writer$write_batch(batch) writer$write_table(table) writer$close()

Factory

The RecordBatchStreamWriter() function creates a record batch stream writer.

Methods

inherited from arrow::ipc::RecordBatchWriter

  • $write_batch(batch): Write record batch to stream

  • $write_table(table): write Table to stream

  • $close(): close stream