Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Close
Method
Close
cpp/src/arrow/filesystem/hdfs.cc:60–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
Status Close() {
61
if (client_) {
62
RETURN_NOT_OK(client_->Disconnect());
63
}
64
return Status::OK();
65
}
66
67
HdfsOptions options() const { return options_; }
68
Callers
nothing calls this directly
Calls
2
OK
Function · 0.50
Disconnect
Method · 0.45
Tested by
no test coverage detected