Function mz_sqllogictest::runner::find_projection
source ยท fn find_projection(
body: &SetExpr<Raw>,
) -> Option<(&Vec<SelectItem<Raw>>, &Option<Distinct<Raw>>)>
Expand description
Finds the projection list in a SELECT
query body.