MCPcopy 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_boundsMethod · 0.45

Calls 2

IsFalseClass · 0.85
newFunction · 0.85

Tested by 3