mattpaletta / metaldb

Prototype relational database written in Metal and C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: DBMS

mattpaletta opened this issue · comments

Accepts a SQL statement, and builds a query plan, using the Parser, and runs the plan in parallel.