cmu-db / optd

CMU-DB's Cascades optimizer framework
https://cmu-db.github.io/optd/
MIT License
373 stars 22 forks source link

feat: unnesting arbitrary subqueries (likely broken) #180

Closed jurplel closed 3 weeks ago

jurplel commented 6 months ago

Somewhere between a proof of concept and a draft—work still heavily in progress. Will already successfully parse and fully unnest a subset of correlated and uncorrelated subqueries (although I am uncertain about correctness).

TODO:

skyzh commented 3 weeks ago

TODO on the tooling side:

skyzh commented 3 weeks ago

also we should consider bump compiler version and upgrade to Rust 2024 edition