mz_sqllogictest::runner

Function 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.