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

Function all_branches_same_metadata

datafusion/expr/src/expr.rs:4296–4301  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4294
4295 #[test]
4296 fn all_branches_same_metadata() {
4297 let m1 = HashMap::from([("key".into(), "val".into())]);
4298 let m2 = HashMap::from([("key".into(), "val".into())]);
4299 let result = intersect_metadata_for_union([&m1, &m2]);
4300 assert_eq!(result, HashMap::from([("key".into(), "val".into())]));
4301 }
4302
4303 #[test]
4304 fn conflicting_metadata_dropped() {

Callers

nothing calls this directly

Calls 2

intoMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…