Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Close
Method
Close
cpp/src/arrow/filesystem/gcsfs.cc:116–120 ·
view source on GitHub ↗
@{ @name FileInterface
Source
from the content-addressed store, hash-verified
114
//@{
115
// @name FileInterface
116
Status Close() override {
117
stream_.Close();
118
closed_ = true;
119
return Status::OK();
120
}
121
122
Result<int64_t> Tell() const override { return TellOr(nread_); }
123
Callers
2
Close
Method · 0.45
Close
Method · 0.45
Calls
1
OK
Function · 0.50
Tested by
no test coverage detected