Struct datafusion::datasource::object_store::ObjectStoreUrl
source · pub struct ObjectStoreUrl { /* private fields */ }
Expand description
A parsed URL identifying a particular ObjectStore
Implementations§
source§impl ObjectStoreUrl
impl ObjectStoreUrl
sourcepub fn local_filesystem() -> Self
pub fn local_filesystem() -> Self
An ObjectStoreUrl
for the local filesystem
sourcepub fn as_str(&self) -> &str
pub fn as_str(&self) -> &str
Returns this ObjectStoreUrl
as a string
Trait Implementations§
source§impl AsRef<Url> for ObjectStoreUrl
impl AsRef<Url> for ObjectStoreUrl
source§impl AsRef<str> for ObjectStoreUrl
impl AsRef<str> for ObjectStoreUrl
source§impl Clone for ObjectStoreUrl
impl Clone for ObjectStoreUrl
source§fn clone(&self) -> ObjectStoreUrl
fn clone(&self) -> ObjectStoreUrl
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more