erikgrinaker / toydb

Distributed SQL database in Rust, written as an educational project
Apache License 2.0
6.01k stars 557 forks source link

Explain statements #8

Closed erikgrinaker closed 4 years ago

erikgrinaker commented 4 years ago

Initial EXPLAIN support was implemented in a130fb1630e78dd1f8bde60f3f85cc97c7e94606, but it uses {:#?} debug formatting. It should use something better.