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

Method get_file_metadata_cache

datafusion/execution/src/cache/cache_manager.rs:441–443  ·  view source on GitHub ↗

Get the file embedded metadata cache.

(&self)

Source from the content-addressed store, hash-verified

439
440 /// Get the file embedded metadata cache.
441 pub fn get_file_metadata_cache(&self) -> Arc<dyn FileMetadataCache> {
442 Arc::clone(&self.file_metadata_cache)
443 }
444
445 /// Get the limit of the file embedded metadata cache.
446 pub fn get_metadata_cache_limit(&self) -> usize {

Calls

no outgoing calls