Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Close
Method
Close
cpp/src/arrow/filesystem/s3fs.cc:1486–1490 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1484
}
1485
1486
Status Close() override {
1487
holder_ = nullptr;
1488
closed_ = true;
1489
return Status::OK();
1490
}
1491
1492
bool closed() const override { return closed_; }
1493
Callers
15
~DiscoveryState
Method · 0.45
CopyFile
Method · 0.45
AssertMetadataRoundtrip
Method · 0.45
TestOpenOutputStream
Method · 0.45
TEST_F
Function · 0.45
GetFileInfoGenerator
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
AssertFileContents
Function · 0.45
CreateFile
Function · 0.45
TestOpenOutputStream
Method · 0.45
test_util.cc
File · 0.45
Calls
1
OK
Function · 0.50
Tested by
15
AssertMetadataRoundtrip
Method · 0.36
TestOpenOutputStream
Method · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
TEST_F
Function · 0.36
AssertFileContents
Function · 0.36
CreateFile
Function · 0.36
TestOpenOutputStream
Method · 0.36
TestOpenInputStream
Method · 0.36
TestOpenInputStreamAsync
Method · 0.36
TestOpenInputFile
Method · 0.36
TestOpenInputFileAsync
Method · 0.36