pub(crate) fn propagated_nulls(expr: &BoxScalarExpr) -> HashSet<ColumnReference>
Expand description

Returns all columns that must be non-Null for the expr to be non-Null.