Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ is_false
Method
is_false
datafusion/expr/src/expr.rs:1966–1968 ·
view source on GitHub ↗
Return `IsFalse(Box(self))`
(self)
Source
from the content-addressed store, hash-verified
1964
1965
/// Return `IsFalse(Box(self))`
1966
pub fn is_false(self) -> Expr {
1967
Expr::IsFalse(Box::new(self))
1968
}
1969
1970
/// Return `IsNotFalse(Box(self))`
1971
pub fn is_not_false(self) -> Expr {
Callers
4
evaluate_bounds
Method · 0.45
test_case_expression_nullability
Function · 0.45
eliminate_left_with_is_false
Function · 0.45
is_bool_for_type_coercion
Function · 0.45
Calls
2
IsFalse
Class · 0.85
new
Function · 0.85
Tested by
3
test_case_expression_nullability
Function · 0.36
eliminate_left_with_is_false
Function · 0.36
is_bool_for_type_coercion
Function · 0.36