Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ neg
Method
neg
datafusion/expr/src/operation.rs:119–121 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
117
type Output = Self;
118
119
fn neg(self) -> Self::Output {
120
Expr::Negative(Box::new(self))
121
}
122
}
123
124
/// Support `NOT <expr>` fluent style
Callers
1
parse_decimal
Function · 0.45
Calls
1
new
Function · 0.85
Tested by
no test coverage detected