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

Method get_list_files_cache

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

Get the cache for storing the result of listing [`ObjectMeta`]s under the same path.

(&self)

Source from the content-addressed store, hash-verified

422
423 /// Get the cache for storing the result of listing [`ObjectMeta`]s under the same path.
424 pub fn get_list_files_cache(&self) -> Option<Arc<dyn ListFilesCache>> {
425 self.list_files_cache.clone()
426 }
427
428 /// Get the memory limit of the list files cache.
429 pub fn get_list_files_cache_limit(&self) -> usize {

Callers 10

list_with_cacheFunction · 0.80
invalidate_cachesMethod · 0.80
get_list_file_cache_sizeFunction · 0.80
insert_intoMethod · 0.80
from_runtime_envMethod · 0.80
call_with_argsMethod · 0.80

Calls 1

cloneMethod · 0.45