MCPcopy Create free account
hub / github.com/apache/datafusion / deregister_object_store

Method deregister_object_store

datafusion/execution/src/runtime_env.rs:197–199  ·  view source on GitHub ↗

Deregisters a custom `ObjectStore` previously registered for a specific url. See [`ObjectStoreRegistry::deregister_store`] for more details.

(&self, url: &Url)

Source from the content-addressed store, hash-verified

195 /// Deregisters a custom `ObjectStore` previously registered for a specific url.
196 /// See [`ObjectStoreRegistry::deregister_store`] for more details.
197 pub fn deregister_object_store(&self, url: &Url) -> Result<Arc<dyn ObjectStore>> {
198 self.object_store_registry.deregister_store(url)
199 }
200
201 /// Retrieves a `ObjectStore` instance for a url by consulting the
202 /// registry. See [`ObjectStoreRegistry::get_store`] for more

Callers

nothing calls this directly

Calls 1

deregister_storeMethod · 0.45

Tested by

no test coverage detected