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

Method ContainerPath

cpp/src/arrow/filesystem/azurefs_test.cc:308–308  ·  view source on GitHub ↗

Creates a path by concatenating the container name and the stem.

Source from the content-addressed store, hash-verified

306
307 // Creates a path by concatenating the container name and the stem.
308 std::string ContainerPath(std::string_view stem) const { return Path(stem); }
309
310 // Short alias to ContainerPath()
311 std::string Path(std::string_view stem) const {

Calls 1

PathFunction · 0.50

Tested by

no test coverage detected