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

Method with_file_statistics_cache_limit

datafusion/execution/src/runtime_env.rs:456–459  ·  view source on GitHub ↗
(mut self, limit: usize)

Source from the content-addressed store, hash-verified

454 }
455
456 pub fn with_file_statistics_cache_limit(mut self, limit: usize) -> Self {
457 self.cache_manager = self.cache_manager.with_file_statistics_cache_limit(limit);
458 self
459 }
460
461 /// Build a RuntimeEnv
462 pub fn build(self) -> Result<RuntimeEnv> {

Callers 2

set_runtime_variableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected