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

Function test_split_conjunction

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

Source from the content-addressed store, hash-verified

1613 }
1614 #[test]
1615 fn test_split_conjunction() {
1616 let expr = col("a");
1617 let result = split_conjunction(&expr);
1618 assert_eq!(result, vec![&expr]);
1619 }
1620
1621 #[test]
1622 fn test_split_conjunction_two() {

Callers

nothing calls this directly

Calls 2

colFunction · 0.70
split_conjunctionFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…