Skip to content

Commit b9bff71

Browse files
committed
feat(cubesql): Add WrappedSelectJoins list pullup rules
1 parent 482cf85 commit b9bff71

File tree

1 file changed

+8
-0
lines changed
  • rust/cubesql/cubesql/src/compile/rewrite/rules/wrapper

1 file changed

+8
-0
lines changed

rust/cubesql/cubesql/src/compile/rewrite/rules/wrapper/join.rs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,13 @@ impl WrapperRules {
3535
"?grouped_subqueries",
3636
),
3737
)]);
38+
39+
// TODO only pullup is necessary here
40+
Self::list_pushdown_pullup_rules(
41+
rules,
42+
"wrapper-joins",
43+
"WrappedSelectJoins",
44+
"WrappedSelectJoins",
45+
);
3846
}
3947
}

0 commit comments

Comments
 (0)