pub struct DatafusionCliObjectStoreProvider {}Trait Implementations§
source§impl ObjectStoreProvider for DatafusionCliObjectStoreProvider
impl ObjectStoreProvider for DatafusionCliObjectStoreProvider
ObjectStoreProvider for S3 and GCS
source§fn 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