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

Method Close

cpp/src/arrow/io/file.cc:372–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

370}
371
372Status FileOutputStream::Close() { return impl_->Close(); }
373
374bool FileOutputStream::closed() const { return !impl_->is_open(); }
375

Callers 4

CloseMethod · 0.45
DoCloseMethod · 0.45
CloseMethod · 0.45
CreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected