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

Method ScratchPath

cpp/src/arrow/io/hdfs_test.cc:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 std::string ScratchPath(const std::string& name) {
72 std::stringstream ss;
73 ss << scratch_dir_ << "/" << name;
74 return ss.str();
75 }
76
77 std::string HdfsAbsPath(const std::string& relpath) {
78 std::stringstream ss;

Callers 1

TEST_FFunction · 0.80

Calls 1

strMethod · 0.80

Tested by

no test coverage detected