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

Function conflicting_metadata_dropped

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

Source from the content-addressed store, hash-verified

4302
4303 #[test]
4304 fn conflicting_metadata_dropped() {
4305 let m1 = HashMap::from([("key".into(), "a".into())]);
4306 let m2 = HashMap::from([("key".into(), "b".into())]);
4307 let result = intersect_metadata_for_union([&m1, &m2]);
4308 assert!(result.is_empty());
4309 }
4310
4311 #[test]
4312 fn empty_metadata_branch_skipped() {

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…