naive-query-engine icon indicating copy to clipboard operation
naive-query-engine copied to clipboard

Join !

Open Veeupup opened this issue 2 years ago • 0 comments

When projection and selection are finished, we should consider writing join as the highest priority.

We can split it into some tasks:

  • [x] join planner
  • [x] nested loop join #24
    • [ ] support multi conditions
  • [x] #25
  • [ ] #26
  • [ ] #28

Veeupup avatar May 16 '22 16:05 Veeupup