label_null_sensitive

Function label_null_sensitive 

Source
pub fn label_null_sensitive(expr: &Expression) -> BooleanLabels<'_>
Expand description

Label each expression in the tree with whether it is null-sensitive.

See crate::expr::VTable::is_null_sensitive for a definition of null sensitivity. This function operates on a tree of expressions, not just a single expression.