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

Method fmt

datafusion/execution/src/cache/cache_manager.rs:273–278  ·  view source on GitHub ↗
(&self, f: &mut Formatter<'_>)

Source from the content-addressed store, hash-verified

271
272impl Debug for CachedFileMetadataEntry {
273 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
274 f.debug_struct("CachedFileMetadataEntry")
275 .field("meta", &self.meta)
276 .field("memory_size", &self.file_metadata.memory_size())
277 .finish()
278 }
279}
280
281/// Cache for file-embedded metadata.

Callers

nothing calls this directly

Calls 3

finishMethod · 0.45
fieldMethod · 0.45
memory_sizeMethod · 0.45

Tested by

no test coverage detected