Skip to main content

find_projection

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.