Function mz_sqllogictest::runner::derive_num_attributes_from_projection
source ยท fn derive_num_attributes_from_projection(
projection: &Vec<SelectItem<Raw>>,
) -> Option<usize>
Expand description
Computes the number of attributes that are obtained by the
projection of a SELECT
query. The projection may include
wildcards, in which case the analysis just returns None
.