Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ mul
Method
mul
datafusion/expr/src/operation.rs:47–49 ·
view source on GitHub ↗
(self, rhs: Self)
Source
from the content-addressed store, hash-verified
45
type Output = Self;
46
47
fn mul(self, rhs: Self) -> Self {
48
binary_expr(self, Operator::Multiply, rhs)
49
}
50
}
51
52
/// Support `<expr> / <expr>` fluent style
Callers
nothing calls this directly
Calls
1
binary_expr
Function · 0.70
Tested by
no test coverage detected