Module transform_hir

Source
Expand description

Transformations of SQL IR, before decorrelation.

Staticsยง

NO_PARAMS ๐Ÿ”’
An empty parameter type map.

Functionsยง

column_type ๐Ÿ”’
fuse_window_functions
Aims and scope
split_subquery_predicates
Rewrites predicates that contain subqueries so that the subqueries appear in their own later predicate when possible.
try_simplify_quantified_comparisons
Rewrites quantified comparisons into simpler EXISTS operators.