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

Function test_split_conjunction_owned

datafusion/expr/src/utils.rs:1673–1676  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1671
1672 #[test]
1673 fn test_split_conjunction_owned() {
1674 let expr = col("a");
1675 assert_eq!(split_conjunction_owned(expr.clone()), vec![expr]);
1676 }
1677
1678 #[test]
1679 fn test_split_conjunction_owned_two() {

Callers

nothing calls this directly

Calls 1

colFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…