MCPcopy Create free account
hub / github.com/apache/datafusion / is_unknown

Method is_unknown

datafusion/expr/src/expr.rs:1976–1978  ·  view source on GitHub ↗

Return `IsUnknown(Box(self))`

(self)

Source from the content-addressed store, hash-verified

1974
1975 /// Return `IsUnknown(Box(self))`
1976 pub fn is_unknown(self) -> Expr {
1977 Expr::IsUnknown(Box::new(self))
1978 }
1979
1980 /// Return `IsNotUnknown(Box(self))`
1981 pub fn is_not_unknown(self) -> Expr {

Callers 4

evaluate_boundsMethod · 0.45

Calls 2

IsUnknownClass · 0.85
newFunction · 0.85