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

Method Write

cpp/src/arrow/dataset/file_ipc.cc:238–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236 batch_writer_(std::move(writer)) {}
237
238Status IpcFileWriter::Write(const std::shared_ptr<RecordBatch>& batch) {
239 return batch_writer_->WriteRecordBatch(*batch);
240}
241
242Future<> IpcFileWriter::FinishInternal() {
243 return DeferNotOk(destination_locator_.filesystem->io_context().executor()->Submit(

Callers

nothing calls this directly

Calls 1

WriteRecordBatchMethod · 0.45

Tested by

no test coverage detected