MCPcopy 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

135FileSystem::~FileSystem() = default;
136
137Result<std::string> FileSystem::NormalizePath(std::string path) { return path; }
138
139Result<std::vector<FileInfo>> FileSystem::GetFileInfo(
140 const std::vector<std::string>& paths) {

Callers 1

NormalizeBasePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected