Learn R Programming

arrow (version 0.14.1)

arrow__ipc__RecordBatchFileWriter: class arrow::ipc::RecordBatchFileWriter

Writer for the Arrow binary file format

Description

class arrow::ipc::RecordBatchFileWriter

Writer for the Arrow binary file format

Arguments

usage

writer <- RecordBatchFileWriter(sink, schema)

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

Factory

The RecordBatchFileWriter() 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