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

Method Close

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

Source from the content-addressed store, hash-verified

378}
379
380Status FileOutputStream::Close() { return impl_->Close(); }
381
382bool FileOutputStream::closed() const { return !impl_->is_open(); }
383

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected