Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ scheme
Method
scheme
datafusion/datasource/src/url.rs:161–163 ·
view source on GitHub ↗
Returns the URL scheme
(&self)
Source
from the content-addressed store, hash-verified
159
160
/// Returns the URL scheme
161
pub fn scheme(&self) -> &str {
162
self.url.scheme()
163
}
164
165
/// Return the URL path not excluding any glob expression
166
///
Callers
10
is_folder
Method · 0.80
parse
Method · 0.80
table
Method · 0.80
register_object_store_and_config_extensions
Function · 0.80
get_s3_object_store_builder_inner
Function · 0.80
s3_object_store_builder_default
Function · 0.80
s3_object_store_builder
Function · 0.80
s3_object_store_builder_allow_http_error
Function · 0.80
oss_object_store_builder
Function · 0.80
gcs_object_store_builder
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected