Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ is_true
Method
is_true
datafusion/expr/src/expr.rs:1956–1958 ·
view source on GitHub ↗
Return `IsTrue(Box(self))`
(self)
Source
from the content-addressed store, hash-verified
1954
1955
/// Return `IsTrue(Box(self))`
1956
pub fn is_true(self) -> Expr {
1957
Expr::IsTrue(Box::new(self))
1958
}
1959
1960
/// Return `IsNotTrue(Box(self))`
1961
pub fn is_not_true(self) -> Expr {
Callers
6
evaluate_bounds
Method · 0.45
test_case_expression_nullability
Function · 0.45
eliminate_left_with_is_true
Function · 0.45
eliminate_full_to_right_with_is_true
Function · 0.45
eliminate_left_with_is_true_and_in_list
Function · 0.45
is_bool_for_type_coercion
Function · 0.45
Calls
2
IsTrue
Class · 0.85
new
Function · 0.85
Tested by
5
test_case_expression_nullability
Function · 0.36
eliminate_left_with_is_true
Function · 0.36
eliminate_full_to_right_with_is_true
Function · 0.36
eliminate_left_with_is_true_and_in_list
Function · 0.36
is_bool_for_type_coercion
Function · 0.36