Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ sub
Method
sub
datafusion/expr/src/operation.rs:38–40 ·
view source on GitHub ↗
(self, rhs: Self)
Source
from the content-addressed store, hash-verified
36
type Output = Self;
37
38
fn sub(self, rhs: Self) -> Self {
39
binary_expr(self, Operator::Minus, rhs)
40
}
41
}
42
43
/// Support `<expr> * <expr>` fluent style
Callers
1
calculate_index_of_row
Method · 0.45
Calls
1
binary_expr
Function · 0.70
Tested by
no test coverage detected