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

Method len

datafusion/execution/src/cache/list_files_cache.rs:296–298  ·  view source on GitHub ↗

Returns the number of entries currently cached.

(&self)

Source from the content-addressed store, hash-verified

294
295 /// Returns the number of entries currently cached.
296 fn len(&self) -> usize {
297 self.lru_queue.len()
298 }
299
300 /// Removes all entries from the cache.
301 fn clear(&mut self) {

Callers 3

meta_heap_bytesFunction · 0.45
create_test_object_metaFunction · 0.45
test_entry_creationFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_entry_creationFunction · 0.36