Skip to content
Snippets Groups Projects
  1. Apr 08, 2022
  2. Apr 07, 2022
    • Denis Smirnov's avatar
      refactoring: equality propagation · 507cfb21
      Denis Smirnov authored
      We have fixed some bugs about NULL and made equality propagation
      use the infrastructure common with the other transformations.
      
      Also, extended and refactored the tests.
      507cfb21
  3. Apr 06, 2022
  4. Apr 05, 2022
  5. Apr 04, 2022
  6. Apr 01, 2022
  7. Mar 31, 2022
  8. Mar 28, 2022
  9. Mar 25, 2022
  10. Mar 16, 2022
    • Igor Kuznetsov's avatar
      feat: materialize motion node to virtual table · 6102a476
      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.
      6102a476
  11. Mar 09, 2022
  12. Feb 25, 2022
  13. Feb 24, 2022
  14. Feb 17, 2022
  15. Feb 11, 2022
Loading