MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / not_equals

Method not_equals

src/sql-parser/src/ast/defs/expr.rs:1018–1020  ·  view source on GitHub ↗
(self, right: Expr<T>)

Source from the content-addressed store, hash-verified

1016 }
1017
1018 pub fn not_equals(self, right: Expr<T>) -> Expr<T> {
1019 self.binop(Op::bare("<>"), right)
1020 }
1021
1022 pub fn minus(self, right: Expr<T>) -> Expr<T> {
1023 self.binop(Op::bare("-"), right)

Callers 2

plan_is_exprFunction · 0.80

Calls 1

binopMethod · 0.80

Tested by

no test coverage detected