Deregisters an [`ObjectStore`] associated with the specific URL prefix. See [`RuntimeEnv::deregister_object_store`] for more details.
(&self, url: &Url)
| 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( |
nothing calls this directly
no test coverage detected