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:1546–1550 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1544
}
1545
1546
Status Close() override {
1547
holder_ = nullptr;
1548
closed_ = true;
1549
return Status::OK();
1550
}
1551
1552
bool closed() const override { return closed_; }
1553
Callers
15
~DiscoveryState
Method · 0.45
CopyFile
Method · 0.45
AssertMetadataRoundtrip
Function · 0.45
TestOpenOutputStream
Function · 0.45
ASSERT_OK_AND_ASSIGN
Function · 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
Calls
1
OK
Function · 0.50
Tested by
15
AssertMetadataRoundtrip
Function · 0.36
TestOpenOutputStream
Function · 0.36
ASSERT_OK_AND_ASSIGN
Function · 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