MCPcopy Create free account
hub / github.com/apache/arrow / Write

Method Write

cpp/src/arrow/dataset/file_csv.cc:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

502 batch_writer_(std::move(writer)) {}
503
504Status CsvFileWriter::Write(const std::shared_ptr<RecordBatch>& batch) {
505 return batch_writer_->WriteRecordBatch(*batch);
506}
507
508Future<> CsvFileWriter::FinishInternal() {
509 // The CSV writer's Close() is a no-op, so just treat it as synchronous

Callers 3

WriteToBufferMethod · 0.45
WriteToBufferMethod · 0.45
WriteNextMethod · 0.45

Calls 1

WriteRecordBatchMethod · 0.45

Tested by 2

WriteToBufferMethod · 0.36
WriteToBufferMethod · 0.36