pub fn resolve_and_lower(
    file_tree: SourceTree<Vec<Stmt>>,
    main_path: &[String]
) -> Result<Query>
Expand description

Runs semantic analysis on the query and lowers PL to RQ.