mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-08 17:54:22 +01:00
main_loop.rs: use iteration instead of recursion
Now that we do not have a tree of SourceOperators but rather a Vec of TableReferences, we can just use loops instead of recursion for handling the main query loop.
This commit is contained in: