MCPcopy 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

~DiscoveryStateMethod · 0.45
CopyFileMethod · 0.45
TestOpenOutputStreamMethod · 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
test_util.ccFile · 0.45

Calls 1

OKFunction · 0.50

Tested by 15

TestOpenOutputStreamMethod · 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