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

Method memory_size

datafusion/execution/src/cache/file_metadata_cache.rs:261–263  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

259 }
260
261 fn memory_size(&self) -> usize {
262 self.metadata.len()
263 }
264
265 fn extra_info(&self) -> HashMap<String, String> {
266 HashMap::from([("extra_info".to_owned(), "abc".to_owned())])

Callers 5

fmtMethod · 0.45
putMethod · 0.45
evict_entriesMethod · 0.45
removeMethod · 0.45
list_entriesMethod · 0.45

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected