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

Method FinishInternal

cpp/src/arrow/dataset/file_parquet.cc:777–780  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

775}
776
777Future<> ParquetFileWriter::FinishInternal() {
778 return DeferNotOk(destination_locator_.filesystem->io_context().executor()->Submit(
779 [this]() { return parquet_writer_->Close(); }));
780}
781
782//
783// ParquetFileFragment

Callers

nothing calls this directly

Calls 3

DeferNotOkFunction · 0.85
executorMethod · 0.45
CloseMethod · 0.45

Tested by

no test coverage detected