MCPcopy Create free account
hub / github.com/apache/datafusion / as_ref

Method as_ref

datafusion/datasource/src/url.rs:465–467  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

463
464impl AsRef<str> for ListingTableUrl {
465 fn as_ref(&self) -> &str {
466 self.url.as_ref()
467 }
468}
469
470impl AsRef<Url> for ListingTableUrl {

Callers 15

sinkMethod · 0.45
parseMethod · 0.45
strip_prefixMethod · 0.45
list_prefixed_filesMethod · 0.45
as_strMethod · 0.45
try_list_prefixed_filesFunction · 0.45
fmt_asMethod · 0.45
test_get_store_hdfsFunction · 0.45
test_get_store_s3Function · 0.45
test_get_store_fileFunction · 0.45
test_get_store_localFunction · 0.45
newMethod · 0.45

Calls

no outgoing calls