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

Function is_null

datafusion/functions/src/string/concat_ws.rs:523–528  ·  view source on GitHub ↗
(expr: &Expr)

Source from the content-addressed store, hash-verified

521}
522
523fn is_null(expr: &Expr) -> bool {
524 match expr {
525 Expr::Literal(v, _) => v.is_null(),
526 _ => false,
527 }
528}
529
530#[cfg(test)]
531mod tests {

Callers 1

simplify_concat_wsFunction · 0.70

Calls 1

is_nullMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…