Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fmt
Method · 0.45
put
Method · 0.45
evict_entries
Method · 0.45
remove
Method · 0.45
list_entries
Method · 0.45
Calls
1
len
Method · 0.45
Tested by
no test coverage detected