UWHustle / hustle-in-Rust-now-defunct

Hustle
GNU General Public License v3.0
7 stars 1 forks source link

Join support #73

Closed mattdutson closed 5 years ago

mattdutson commented 5 years ago

Resolves #17

The queries SELECT * FROM t, s WHERE a = c; and SELECT * FROM t INNER JOIN s ON a = c; now run as expected. Didn't have time to try conjunctions of multiple attributes, but if the optimizer output matches expectations then they should work. 🤞

And sorry about all the old commits. I merged from storage-rework since we'll be merging it to master soon.

mattdutson commented 5 years ago

Might want to rebase onto master before reviewing (once review of #72 is finished).