MCPcopy 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_folderMethod · 0.80
parseMethod · 0.80
tableMethod · 0.80
s3_object_store_builderFunction · 0.80
oss_object_store_builderFunction · 0.80
gcs_object_store_builderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected