limbo/core/translate/optimizer
2025-12-19 21:52:36 +00:00
..
access_method.rs use RowCountEstimate enum to distinguish between ANALYZE stats and fallback row counts 2025-12-10 12:42:38 +02:00
constraints.rs adjust optimizer to have similar semantics to SQLite, and only remove 2025-12-16 18:38:00 -03:00
cost.rs use RowCountEstimate enum to distinguish between ANALYZE stats and fallback row counts 2025-12-10 12:42:38 +02:00
join.rs fix(core): prevent ALTER COLUMN from resulting in tables with only generated columns 2025-12-19 21:52:36 +00:00
lift_common_subexpressions.rs Revert "Merge 'Remove double indirection in the Parser' from Pedro Muniz" 2025-08-26 14:58:21 +03:00
mod.rs adjust fuzz tests to account for collation and sort order for asserting correctness 2025-12-16 23:09:00 -03:00
OPTIMIZER.md Integrate virtual tables with optimizer 2025-08-05 05:48:28 +02:00
order.rs clippy 2025-12-16 23:11:31 -03:00