Module mz_sql::query_model::attribute::propagated_nulls
source · Expand description
Defines the PropagatedNulls attribute.
The attribute value is a vector of column references corresponding
to the columns of the associated QueryBox.
If any of the references is NULL, the corresponding column will
also be NULL.
Structs
Functions
Returns all columns that must be non-Null for the
expr to be non-Null.