Skip to content

Commit 0bf5d66

Browse files
committed
Fix fmt
1 parent 5b15bdb commit 0bf5d66

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

datafusion/execution/src/cache/cache_manager.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ impl CachedFileMetadata {
9696
///
9797
/// See [`crate::runtime_env::RuntimeEnv`] for more details
9898
pub trait FileStatisticsCache: CacheAccessor<Path, CachedFileMetadata> {
99+
/// Cache memory limit in bytes.
99100
fn cache_limit(&self) -> usize;
100101

101102
/// Updates the cache with a new memory limit in bytes.

0 commit comments

Comments
 (0)