()
| 1647 | |
| 1648 | #[test] |
| 1649 | fn test_split_binary_owned() { |
| 1650 | let expr = col("a"); |
| 1651 | assert_eq!(split_binary_owned(expr.clone(), Operator::And), vec![expr]); |
| 1652 | } |
| 1653 | |
| 1654 | #[test] |
| 1655 | fn test_split_binary_owned_two() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…