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

Function test_split_binary_owned

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

Source from the content-addressed store, hash-verified

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() {

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…