Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ add
Method
add
datafusion/expr/src/operation.rs:29–31 ·
view source on GitHub ↗
(self, rhs: Self)
Source
from the content-addressed store, hash-verified
27
type Output = Self;
28
29
fn add(self, rhs: Self) -> Self {
30
binary_expr(self, Operator::Plus, rhs)
31
}
32
}
33
34
/// Support `<expr> - <expr>` fluent style
Callers
1
test_rewrite_preserving_name
Function · 0.45
Calls
1
binary_expr
Function · 0.70
Tested by
1
test_rewrite_preserving_name
Function · 0.36