mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-09 11:14:20 +01:00
- Get rid of SourceOperator tree - Make plan have a Vec of TableReference, and TableReference now contains the information from the old SourceOperator. - Remove `predicates` (conditions) from Table References -- put everything in the WHERE clause like SQLite, and attach metadata to the where clause expressions with JoinAwareConditionExpr struct. - Refactor select_star() to be simpler now that we use a vec, not a tree