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

Method len

datafusion/execution/src/cache/file_statistics_cache.rs:141–143  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

139 }
140
141 fn len(&self) -> usize {
142 self.lru_queue.len()
143 }
144
145 fn clear(&mut self) {
146 self.lru_queue.clear();

Callers 1

list_entriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected