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

Method stores

datafusion-cli/src/object_storage/instrumented.rs:787–789  ·  view source on GitHub ↗

Provides access to all of the [`InstrumentedObjectStore`]s managed by this [`InstrumentedObjectStoreRegistry`]

(&self)

Source from the content-addressed store, hash-verified

785 /// Provides access to all of the [`InstrumentedObjectStore`]s managed by this
786 /// [`InstrumentedObjectStoreRegistry`]
787 pub fn stores(&self) -> Vec<Arc<InstrumentedObjectStore>> {
788 self.stores.read().clone()
789 }
790
791 /// Returns the current [`InstrumentedObjectStoreMode`] for this
792 /// [`InstrumentedObjectStoreRegistry`]

Callers 1

write_outputMethod · 0.80

Calls 2

readMethod · 0.80
cloneMethod · 0.45

Tested by

no test coverage detected