Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ as_ref
Method
as_ref
datafusion/execution/src/object_store.rs:93–95 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
91
92
impl AsRef<str> for ObjectStoreUrl {
93
fn as_ref(&self) -> &str {
94
self.url.as_ref()
95
}
96
}
97
98
impl AsRef<Url> for ObjectStoreUrl {
Callers
15
parse
Method · 0.45
as_str
Method · 0.45
temp_dir_paths
Method · 0.45
create_tmp_file
Method · 0.45
inner
Method · 0.45
object_store
Method · 0.45
heap_size
Method · 0.45
filter_by_prefix
Method · 0.45
try_new
Method · 0.45
get_file_statistic_cache_limit
Method · 0.45
get_list_files_cache_limit
Method · 0.45
get_list_files_cache_ttl
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_cache_entry_added_when_entries_are_within_cache_limit
Function · 0.36