Veeupup/naive-query-engine

Join !

Opened this issue · 0 comments

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

We can split it into some tasks:

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