pub struct DatafusionCliObjectStoreProvider {}Trait Implementations
sourceimpl ObjectStoreProvider for DatafusionCliObjectStoreProvider
impl ObjectStoreProvider for DatafusionCliObjectStoreProvider
ObjectStoreProvider for S3 and GCS
sourcefn get_by_url(&self, url: &Url) -> Result<Arc<dyn ObjectStore>>
fn get_by_url(&self, url: &Url) -> Result<Arc<dyn ObjectStore>>
Return an ObjectStore for the provided url, called by
ObjectStoreRegistry::get_by_url
when no matching store has already been registered. The result will be cached based
on its schema and authority. Any error will be returned to the caller Read moreAuto Trait Implementations
impl RefUnwindSafe for DatafusionCliObjectStoreProvider
impl Send for DatafusionCliObjectStoreProvider
impl Sync for DatafusionCliObjectStoreProvider
impl Unpin for DatafusionCliObjectStoreProvider
impl UnwindSafe for DatafusionCliObjectStoreProvider
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more