Function prql_compiler::sql::internal::anchor

source ·
pub fn anchor(query: Query) -> Result<Vec<Vec<SqlTransform>>>
Expand description

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