| 240 | } |
| 241 | |
| 242 | Future<> 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 |
nothing calls this directly
no test coverage detected