Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
523
fn is_null(expr: &Expr) -> bool {
524
match expr {
525
Expr::Literal(v, _) => v.is_null(),
526
_ => false,
527
}
528
}
529
530
#[cfg(test)]
531
mod tests {
Callers
1
simplify_concat_ws
Function · 0.70
Calls
1
is_null
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…