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

Method join

cpp/src/arrow/filesystem/azurefs.cc:538–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 }
537
538 Result<AzureLocation> join(const std::string& stem) const {
539 return FromString(internal::ConcatAbstractPath(all, stem));
540 }
541
542 bool has_parent() const { return !path.empty(); }
543

Callers 15

test_delete_filesMethod · 0.45
pack_valuesMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
setupMethod · 0.45
test_to_stringMethod · 0.45
build_schemaMethod · 0.45
fixture_pathMethod · 0.45
require_gi_bindingsMethod · 0.45

Calls 2

FromStringFunction · 0.85
ConcatAbstractPathFunction · 0.85

Tested by 15

test_delete_filesMethod · 0.36
pack_valuesMethod · 0.36
setupMethod · 0.36
setupMethod · 0.36
setupMethod · 0.36
setupMethod · 0.36
test_to_stringMethod · 0.36
build_schemaMethod · 0.36
fixture_pathMethod · 0.36
require_gi_bindingsMethod · 0.36
ASSERT_OK_AND_ASSIGNFunction · 0.36