Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ div
Method
div
datafusion/expr/src/operation.rs:56–58 ·
view source on GitHub ↗
(self, rhs: Self)
Source
from the content-addressed store, hash-verified
54
type Output = Self;
55
56
fn div(self, rhs: Self) -> Self {
57
binary_expr(self, Operator::Divide, rhs)
58
}
59
}
60
61
/// Support `<expr> % <expr>` fluent style
Callers
nothing calls this directly
Calls
1
binary_expr
Function · 0.70
Tested by
no test coverage detected