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

Method gt

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

Source from the content-addressed store, hash-verified

1004 }
1005
1006 pub fn gt(self, right: Expr<T>) -> Expr<T> {
1007 self.binop(Op::bare(">"), right)
1008 }
1009
1010 pub fn gt_eq(self, right: Expr<T>) -> Expr<T> {
1011 self.binop(Op::bare(">="), right)

Callers 2

plan_bool_orMethod · 0.80

Calls 1

binopMethod · 0.80

Tested by

no test coverage detected