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

Function empty_metadata_first_branch_skipped

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

Source from the content-addressed store, hash-verified

4318
4319 #[test]
4320 fn empty_metadata_first_branch_skipped() {
4321 let m1 = HashMap::new();
4322 let m2 = HashMap::from([("key".into(), "val".into())]);
4323 let result = intersect_metadata_for_union([&m1, &m2]);
4324 assert_eq!(result, HashMap::from([("key".into(), "val".into())]));
4325 }
4326
4327 #[test]
4328 fn all_branches_empty_metadata() {

Callers

nothing calls this directly

Calls 3

newFunction · 0.85
intoMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…