()
| 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() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…