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

Method Path

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

Short alias to ContainerPath()

Source from the content-addressed store, hash-verified

309
310 // Short alias to ContainerPath()
311 std::string Path(std::string_view stem) const {
312 return ConcatAbstractPath(container_name, stem);
313 }
314
315 std::string ObjectPath() const { return ContainerPath(kObjectName); }
316 std::string NotFoundObjectPath() const { return ContainerPath("not-found"); }

Callers 1

TestMovePathFunction · 0.45

Calls 1

ConcatAbstractPathFunction · 0.85

Tested by

no test coverage detected