Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ divide
Method
divide
src/sql-parser/src/ast/defs/expr.rs:1034–1036 ·
view source on GitHub ↗
(self, right: Expr<T>)
Source
from the content-addressed store, hash-verified
1032
}
1033
1034
pub fn divide(self, right: Expr<T>) -> Expr<T> {
1035
self.binop(Op::bare(
"/"
), right)
1036
}
1037
1038
pub fn cast(self, data_type: T::DataType) -> Expr<T> {
1039
Expr::Cast {
Callers
1
plan_divide
Method · 0.80
Calls
1
binop
Method · 0.80
Tested by
no test coverage detected