We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b15bdb commit 0bf5d66Copy full SHA for 0bf5d66
1 file changed
datafusion/execution/src/cache/cache_manager.rs
@@ -96,6 +96,7 @@ impl CachedFileMetadata {
96
///
97
/// See [`crate::runtime_env::RuntimeEnv`] for more details
98
pub trait FileStatisticsCache: CacheAccessor<Path, CachedFileMetadata> {
99
+ /// Cache memory limit in bytes.
100
fn cache_limit(&self) -> usize;
101
102
/// Updates the cache with a new memory limit in bytes.
0 commit comments