1 parent 3b61ac3 commit b86655fCopy full SHA for b86655f
1 file changed
datafusion/optimizer/src/utils.rs
@@ -177,7 +177,7 @@ pub fn split_conjunction_owned(expr: Expr) -> Vec<Expr> {
177
/// ];
178
///
179
/// // use split_binary_owned to split them
180
-/// assert_eq!(split_binary_owned(expr, Operator::Plus), split);
+/// assert_eq!(split_binary_owned(expr, &Operator::Plus), split);
181
/// ```
182
#[deprecated(
183
since = "34.0.0",
0 commit comments