MCPcopy 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

~DiscoveryStateMethod · 0.45
CopyFileMethod · 0.45
AssertMetadataRoundtripFunction · 0.45
TestOpenOutputStreamFunction · 0.45
ASSERT_OK_AND_ASSIGNFunction · 0.45
TEST_FFunction · 0.45
GetFileInfoGeneratorMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
AssertFileContentsFunction · 0.45
CreateFileFunction · 0.45
TestOpenOutputStreamMethod · 0.45

Calls 1

OKFunction · 0.50

Tested by 15

AssertMetadataRoundtripFunction · 0.36
TestOpenOutputStreamFunction · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
AssertFileContentsFunction · 0.36
CreateFileFunction · 0.36
TestOpenOutputStreamMethod · 0.36
TestOpenInputStreamMethod · 0.36
TestOpenInputFileMethod · 0.36