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

Method Disconnect

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

Source from the content-addressed store, hash-verified

406 }
407
408 Status Disconnect() {
409 int ret = driver_->Disconnect(fs_);
410 CHECK_FAILURE(ret, "hdfsFS::Disconnect");
411 return Status::OK();
412 }
413
414 bool Exists(const std::string& path) {
415 // 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