naive-query-engine
naive-query-engine copied to clipboard
A Toy Query Engine & SQL interface
@GanZiheng give it a try !
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...
The code of expression module can have a better structure and code style.
we should support scalar function
as title