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

Method gt_eq

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

Source from the content-addressed store, hash-verified

1008 }
1009
1010 pub fn gt_eq(self, right: Expr<T>) -> Expr<T> {
1011 self.binop(Op::bare(">="), right)
1012 }
1013
1014 pub fn equals(self, right: Expr<T>) -> Expr<T> {
1015 self.binop(Op::bare("="), right)

Callers 1

Calls 1

binopMethod · 0.80

Tested by

no test coverage detected