MCPcopy 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 {

Calls 2

IsTrueClass · 0.85
newFunction · 0.85