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

Method HdfsAbsPath

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

Source from the content-addressed store, hash-verified

75 }
76
77 std::string HdfsAbsPath(const std::string& relpath) {
78 std::stringstream ss;
79 ss << "hdfs://" << conf_.host << ":" << conf_.port << relpath;
80 return ss.str();
81 }
82
83 // Set up shared state between unit tests
84 void SetUp() {

Callers 1

TEST_FFunction · 0.80

Calls 1

strMethod · 0.80

Tested by

no test coverage detected