Function prql_compiler::sql::internal::anchor

source ·
pub fn anchor(query: RelationalQuery) -> Result<SqlQuery, Error>
Expand description

Applies preprocessing and anchoring to the main relation in RQ. Meant for debugging purposes.