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

Function no_inputs

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

Source from the content-addressed store, hash-verified

4344
4345 #[test]
4346 fn no_inputs() {
4347 let result = intersect_metadata_for_union(std::iter::empty::<
4348 &HashMap<String, String>,
4349 >());
4350 assert!(result.is_empty());
4351 }
4352 }
4353}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…