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

Method len

datafusion/execution/src/cache/file_metadata_cache.rs:116–118  ·  view source on GitHub ↗

Returns the number of entries currently cached.

(&self)

Source from the content-addressed store, hash-verified

114
115 /// Returns the number of entries currently cached.
116 fn len(&self) -> usize {
117 self.lru_queue.len()
118 }
119
120 /// Removes all entries from the cache.
121 fn clear(&mut self) {

Callers 1

memory_sizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected