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

Method get_file_statistic_cache

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

Get the file statistics cache.

(&self)

Source from the content-addressed store, hash-verified

410
411 /// Get the file statistics cache.
412 pub fn get_file_statistic_cache(&self) -> Option<Arc<dyn FileStatisticsCache>> {
413 self.file_statistic_cache.clone()
414 }
415
416 /// Get the memory limit of the file statistics cache.
417 pub fn get_file_statistic_cache_limit(&self) -> usize {

Callers 15

try_into_logical_planMethod · 0.80
createMethod · 0.80
invalidate_cachesMethod · 0.80
_read_typeMethod · 0.80
get_static_cache_sizeFunction · 0.80
from_runtime_envMethod · 0.80
call_with_argsMethod · 0.80
get_tableMethod · 0.80
get_tableMethod · 0.80
get_tableMethod · 0.80

Calls 1

cloneMethod · 0.45

Tested by 2

get_static_cache_sizeFunction · 0.64