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

Method extra_info

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

Source from the content-addressed store, hash-verified

263 }
264
265 fn extra_info(&self) -> HashMap<String, String> {
266 HashMap::from([("extra_info".to_owned(), "abc".to_owned())])
267 }
268 }
269
270 fn create_test_object_meta(path: &str, size: usize) -> ObjectMeta {

Callers 1

list_entriesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected