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

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