Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_create_dir_under_file
Method · 0.45
test_delete_files
Method · 0.45
pack_values
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
setup
Method · 0.45
test_to_string
Method · 0.45
build_schema
Method · 0.45
fixture_path
Method · 0.45
require_gi_bindings
Method · 0.45
generate_encoded_versions
Function · 0.45
Calls
2
FromString
Function · 0.85
ConcatAbstractPath
Function · 0.85
Tested by
15
test_create_dir_under_file
Method · 0.36
test_delete_files
Method · 0.36
pack_values
Method · 0.36
setup
Method · 0.36
setup
Method · 0.36
setup
Method · 0.36
setup
Method · 0.36
test_to_string
Method · 0.36
build_schema
Method · 0.36
fixture_path
Method · 0.36
require_gi_bindings
Method · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36