Function mz_expr::relation::non_nullable_columns
source ยท pub fn non_nullable_columns(predicates: &[MirScalarExpr]) -> BTreeSet<usize>
Expand description
Augment non-nullability of columns, by observing either
- Predicates that explicitly test for null values, and
- Columns that if null would make a predicate be null.