Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
464
impl AsRef<str> for ListingTableUrl {
465
fn as_ref(&self) -> &str {
466
self.url.as_ref()
467
}
468
}
469
470
impl AsRef<Url> for ListingTableUrl {
Callers
15
sink
Method · 0.45
parse
Method · 0.45
strip_prefix
Method · 0.45
list_prefixed_files
Method · 0.45
as_str
Method · 0.45
try_list_prefixed_files
Function · 0.45
fmt_as
Method · 0.45
test_get_store_hdfs
Function · 0.45
test_get_store_s3
Function · 0.45
test_get_store_file
Function · 0.45
test_get_store_local
Function · 0.45
new
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_get_store_hdfs
Function · 0.36
test_get_store_s3
Function · 0.36
test_get_store_file
Function · 0.36
test_get_store_local
Function · 0.36
test_split_groups_by_statistics
Function · 0.36
test_split_groups_by_statistics_with_target_partitions
Function · 0.36
test_prepared_access_plan_reverse_with_selection
Function · 0.36
test_prepared_access_plan_reverse_multi_row_group_selection
Function · 0.36
test_prepared_access_plan_reverse_empty_selection
Function · 0.36
test_prepared_access_plan_reverse_different_row_group_sizes
Function · 0.36
test_prepared_access_plan_reverse_single_row_group
Function · 0.36
test_prepared_access_plan_reverse_complex_pattern
Function · 0.36