Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ lt
Method
lt
src/sql-parser/src/ast/defs/expr.rs:998–1000 ·
view source on GitHub ↗
(self, right: Expr<T>)
Source
from the content-addressed store, hash-verified
996
}
997
998
pub fn lt(self, right: Expr<T>) -> Expr<T> {
999
self.binop(Op::bare(
"<"
), right)
1000
}
1001
1002
pub fn lt_eq(self, right: Expr<T>) -> Expr<T> {
1003
self.binop(Op::bare(
"<="
), right)
Callers
1
render_delta_join
Method · 0.80
Calls
1
binop
Method · 0.80
Tested by
no test coverage detected