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

Method cache_factory

datafusion/core/src/execution/session_state.rs:412–414  ·  view source on GitHub ↗

Get the cache factory

(&self)

Source from the content-addressed store, hash-verified

410
411 /// Get the cache factory
412 pub fn cache_factory(&self) -> Option<&Arc<dyn CacheFactory>> {
413 self.cache_factory.as_ref()
414 }
415
416 /// Get the table factories
417 pub fn table_factories(&self) -> &HashMap<String, Arc<dyn TableProviderFactory>> {

Callers 1

cacheMethod · 0.80

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected