Get the underlying object store (for DataFusion registration).
(&self)
| 387 | |
| 388 | /// Get the underlying object store (for DataFusion registration). |
| 389 | pub fn object_store(&self) -> Arc<dyn ObjectStore> { |
| 390 | Arc::clone(&self.store) |
| 391 | } |
| 392 | |
| 393 | /// Access the object store (used by cold_query module). |
| 394 | pub(super) fn store(&self) -> Arc<dyn ObjectStore> { |
no outgoing calls
no test coverage detected