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

Function is_not_null

datafusion/expr/src/expr_fn.rs:345–347  ·  view source on GitHub ↗

Create is not null expression

(expr: Expr)

Source from the content-addressed store, hash-verified

343
344/// Create is not null expression
345pub fn is_not_null(expr: Expr) -> Expr {
346 Expr::IsNotNull(Box::new(expr))
347}
348
349/// Create is true expression
350pub fn is_true(expr: Expr) -> Expr {

Callers 4

update_batchMethod · 0.50
retract_batchMethod · 0.50
update_batchMethod · 0.50
update_batchMethod · 0.50

Calls 2

IsNotNullClass · 0.85
newFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…