Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ NormalizePath
Method
NormalizePath
cpp/src/arrow/filesystem/filesystem.cc:137–137 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
135
FileSystem::~FileSystem() = default;
136
137
Result<std::string> FileSystem::NormalizePath(std::string path) { return path; }
138
139
Result<std::vector<FileInfo>> FileSystem::GetFileInfo(
140
const std::vector<std::string>& paths) {
Callers
1
NormalizeBasePath
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected