MCPcopy Create free account
hub / github.com/apache/arrow / Disconnect

Method Disconnect

cpp/src/arrow/io/hdfs.cc:410–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408 }
409
410 Status Disconnect() {
411 int ret = driver_->Disconnect(fs_);
412 CHECK_FAILURE(ret, "hdfsFS::Disconnect");
413 return Status::OK();
414 }
415
416 bool Exists(const std::string& path) {
417 // hdfsExists does not distinguish between RPC failure and the file not

Callers

nothing calls this directly

Calls 2

OKFunction · 0.50
DisconnectMethod · 0.45

Tested by

no test coverage detected