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

Method multiply

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

Source from the content-addressed store, hash-verified

1024 }
1025
1026 pub fn multiply(self, right: Expr<T>) -> Expr<T> {
1027 self.binop(Op::bare("*"), right)
1028 }
1029
1030 pub fn modulo(self, right: Expr<T>) -> Expr<T> {
1031 self.binop(Op::bare("%"), right)

Callers 2

plan_varianceMethod · 0.45
explode_oneMethod · 0.45

Calls 1

binopMethod · 0.80

Tested by

no test coverage detected