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

Method CopyFile

cpp/src/arrow/filesystem/hdfs.cc:244–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242 }
243
244 Status CopyFile(const std::string& src, const std::string& dest) {
245 return client_->Copy(src, dest);
246 }
247
248 Result<std::shared_ptr<io::InputStream>> OpenInputStream(const std::string& path) {
249 ARROW_RETURN_NOT_OK(internal::AssertNoTrailingSlash(path));

Callers

nothing calls this directly

Calls 1

CopyMethod · 0.45

Tested by

no test coverage detected