naive-query-engine
naive-query-engine copied to clipboard
Join !
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