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

A Toy Query Engine & SQL interface

Results 23 naive-query-engine issues
Sort by recently updated
recently updated
newest added

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