Details
-
Sub-Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
2021-2, 2021-3, 2021-4, 2021-5, 2021-6, 2021-7, 2021-8, 2021-9
Description
We currently leverage the existing server functionality provided by Item_in_subselect::create_in_to_exists_cond and Item_in_subselect::inject_in_to_exists_cond to create and inject in-to-exists predicate into an IN subquery's JOIN struct. Aim of this task is to move this predicate creation and injection into the engine. That is, the objective is to leave the subquery's JOIN unaltered and instead directly create and inject this predicate into ColumnStore's select execution plan.
Attachments
Issue Links
- relates to
-
MCOL-4945 NOT IN subquery for some SELECTs and DMLs does not work as expected
- Open