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

Function all_branches_empty_metadata

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

Source from the content-addressed store, hash-verified

4326
4327 #[test]
4328 fn all_branches_empty_metadata() {
4329 let m1: HashMap<String, String> = HashMap::new();
4330 let m2: HashMap<String, String> = HashMap::new();
4331 let result = intersect_metadata_for_union([&m1, &m2]);
4332 assert!(result.is_empty());
4333 }
4334
4335 #[test]
4336 fn mixed_empty_and_conflicting() {

Callers

nothing calls this directly

Calls 2

newFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…