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

Method Close

cpp/src/arrow/filesystem/gcsfs.cc:252–255  ·  view source on GitHub ↗

@{ @name FileInterface

Source from the content-addressed store, hash-verified

250 //@{
251 // @name FileInterface
252 Status Close() override {
253 ARROW_RETURN_NOT_OK(InitializeStream());
254 return stream_->Close();
255 }
256 Status Abort() override {
257 ARROW_RETURN_NOT_OK(InitializeStream());
258 return stream_->Abort();

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected