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

Method deregister_object_store

datafusion/core/src/execution/context/mod.rs:531–533  ·  view source on GitHub ↗

Deregisters an [`ObjectStore`] associated with the specific URL prefix. See [`RuntimeEnv::deregister_object_store`] for more details.

(&self, url: &Url)

Source from the content-addressed store, hash-verified

529 ///
530 /// See [`RuntimeEnv::deregister_object_store`] for more details.
531 pub fn deregister_object_store(&self, url: &Url) -> Result<Arc<dyn ObjectStore>> {
532 self.runtime_env().deregister_object_store(url)
533 }
534
535 /// Registers the given [`RecordBatch`] as the specified table reference.
536 pub fn register_batch(

Callers

nothing calls this directly

Calls 1

runtime_envMethod · 0.45

Tested by

no test coverage detected