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

Method with_metadata_cache_limit

datafusion/execution/src/runtime_env.rs:439–442  ·  view source on GitHub ↗

Specify the limit of the file-embedded metadata cache, in bytes.

(mut self, limit: usize)

Source from the content-addressed store, hash-verified

437
438 /// Specify the limit of the file-embedded metadata cache, in bytes.
439 pub fn with_metadata_cache_limit(mut self, limit: usize) -> Self {
440 self.cache_manager = self.cache_manager.with_metadata_cache_limit(limit);
441 self
442 }
443
444 /// Specifies the memory limit for the object list cache, in bytes.
445 pub fn with_object_list_cache_limit(mut self, limit: usize) -> Self {

Callers 2

set_runtime_variableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected