Module mz_sql::plan::transform_expr
source · Expand description
Transformations of SQL IR, before decorrelation.
Statics§
- An empty parameter type map.
Functions§
- Aims and scope
- Rewrites predicates that contain subqueries so that the subqueries appear in their own later predicate when possible.
- Rewrites quantified comparisons into simpler EXISTS operators.