MCPcopy 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
92impl AsRef<str> for ObjectStoreUrl {
93 fn as_ref(&self) -> &str {
94 self.url.as_ref()
95 }
96}
97
98impl AsRef<Url> for ObjectStoreUrl {

Callers 15

parseMethod · 0.45
as_strMethod · 0.45
temp_dir_pathsMethod · 0.45
create_tmp_fileMethod · 0.45
innerMethod · 0.45
object_storeMethod · 0.45
heap_sizeMethod · 0.45
filter_by_prefixMethod · 0.45
try_newMethod · 0.45

Calls

no outgoing calls