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

Method MakeUri

cpp/src/arrow/filesystem/filesystem.cc:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270Result<std::string> FileSystem::MakeUri(std::string path) const {
271 return Status::NotImplemented("MakeUri is not yet supported for ", type_name(),
272 " filesystems");
273}
274
275//////////////////////////////////////////////////////////////////////////
276// SubTreeFileSystem implementation

Callers

nothing calls this directly

Calls 2

type_nameFunction · 0.70
NotImplementedFunction · 0.50

Tested by

no test coverage detected