limbo/core/translate/optimizer
2025-12-04 17:21:46 -05:00
..
access_method.rs Apply some review suggestions 2025-12-04 16:09:49 -05:00
constraints.rs Use expression indexes as covering when possible 2025-11-20 12:47:50 -05:00
cost.rs Optimize range scans 2025-10-09 11:47:41 +03:00
join.rs Make hash joins follow pattern of ephemeral indexes instead of hoisting special logic 2025-12-04 16:09:48 -05: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 Fix NULL handling of hash join comparison and bug in cursor override logic 2025-12-04 17:21:46 -05:00
OPTIMIZER.md Integrate virtual tables with optimizer 2025-08-05 05:48:28 +02:00
order.rs Add comments and cleanups 2025-11-20 12:47:49 -05:00