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

Function is_null

datafusion/expr/src/expr_fn.rs:340–342  ·  view source on GitHub ↗

Create is null expression

(expr: Expr)

Source from the content-addressed store, hash-verified

338
339/// Create is null expression
340pub fn is_null(expr: Expr) -> Expr {
341 Expr::IsNull(Box::new(expr))
342}
343
344/// Create is not null expression
345pub fn is_not_null(expr: Expr) -> Expr {

Callers 2

describeMethod · 0.50
test_struct_nullsFunction · 0.50

Calls 2

IsNullClass · 0.85
newFunction · 0.85

Tested by 1

test_struct_nullsFunction · 0.40

Used in the wild real call sites across dependent graphs

searching dependent graphs…