Skip to content

Commit

Permalink
remove NotEq from supported operators
Browse files Browse the repository at this point in the history
  • Loading branch information
ch-sc committed Feb 11, 2025
1 parent fb1d681 commit 4ea39eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/expr-common/src/operator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ impl Operator {
| &Operator::Lt
| &Operator::LtEq
| &Operator::Eq
| &Operator::NotEq
| &Operator::Multiply
| &Operator::Divide
| &Operator::IsDistinctFrom
Expand Down

0 comments on commit 4ea39eb

Please sign in to comment.