Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_F
Function · 0.80
Calls
1
str
Method · 0.80
Tested by
no test coverage detected