- Mar 25, 2022
-
-
Denis Smirnov authored
-
- Mar 24, 2022
-
-
-
Denis Smirnov authored
Join node deduces the distribution of its output tuple based on the output tuples of its left and right children. The logic of deduction was broken: if we swap the children the distribution changed. So, current commit rewrites join distribution deduction. Also we refactor some parts of the set_distribution() function. Its code style is still bad, but now it is not so horrible as before.
-
- Mar 22, 2022
-
-
Denis Smirnov authored
-
- Mar 21, 2022
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Mar 18, 2022
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Igor Kuznetsov authored
-
- Mar 17, 2022
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Mar 16, 2022
-
-
Igor Kuznetsov authored
Planner may split some query into range of sub queries, where subquery execution depends on results previous subquery. Then planner analyzes query and if it finds similar situation he appends `motion` node to plan. If executor finds `monion` node in execution plan, he executes motion sub-query and saves result to virtual table, which linker will be used.
-
- Mar 10, 2022
-
-
Denis Smirnov authored
Also fixed the grammar. Previously, we checked keywords incorrectly and sometimes get false positive "invalid command" errors.
-
Denis Smirnov authored
-
- Mar 09, 2022
-
-
Denis Smirnov authored
-
- Feb 25, 2022
-
-
Denis Smirnov authored
-
- Feb 24, 2022
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Feb 17, 2022
-
-
Igor Kuznetsov authored
-
Igor Kuznetsov authored
-
- Feb 16, 2022
-
-
Denis Smirnov authored
-
- Feb 11, 2022
-
-
Igor Kuznetsov authored
Extract `Engine` interface for working with different execution engine.
-
- Feb 10, 2022
-
-
Denis Smirnov authored
-
- Feb 08, 2022
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
- Feb 07, 2022
-
-
Igor Kuznetsov authored
-
Igor Kuznetsov authored
Old code was removed. Integration tests was adopted to new executor
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Igor Kuznetsov authored
-
- Feb 01, 2022
-
-
Denis Smirnov authored
-
Denis Smirnov authored
-
Denis Smirnov authored
-