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

Method FinishInternal

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

Source from the content-addressed store, hash-verified

240}
241
242Future<> IpcFileWriter::FinishInternal() {
243 return DeferNotOk(destination_locator_.filesystem->io_context().executor()->Submit(
244 [this]() { return batch_writer_->Close(); }));
245}
246
247} // namespace dataset
248} // namespace arrow

Callers

nothing calls this directly

Calls 3

DeferNotOkFunction · 0.85
executorMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected