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

Method lt_eq

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

Source from the content-addressed store, hash-verified

1000 }
1001
1002 pub fn lt_eq(self, right: Expr<T>) -> Expr<T> {
1003 self.binop(Op::bare("<="), right)
1004 }
1005
1006 pub fn gt(self, right: Expr<T>) -> Expr<T> {
1007 self.binop(Op::bare(">"), right)

Callers 1

Calls 1

binopMethod · 0.80

Tested by

no test coverage detected