Module sql::plan::transform_expr[][src]

Expand description

Transformations of SQL IR, before decorrelation.

Structs

An empty parameter type map.

Functions

Rewrites predicates that contain subqueries so that the subqueries appear in their own later predicate when possible.

Rewrites quantified comparisons into simpler EXISTS operators.