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

Function test_split_conjunction_owned_or

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

Source from the content-addressed store, hash-verified

1731
1732 #[test]
1733 fn test_split_conjunction_owned_or() {
1734 let expr = col("a").eq(lit(5)).or(col("b"));
1735 assert_eq!(split_conjunction_owned(expr.clone()), vec![expr]);
1736 }
1737
1738 #[test]
1739 fn test_collect_expr() -> Result<()> {

Callers

nothing calls this directly

Calls 4

colFunction · 0.70
litFunction · 0.70
orMethod · 0.45
eqMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…