limbo/core/translate
2025-05-29 11:44:56 +03:00
..
optimizer Fix join optimizer tests 2025-05-29 11:44:56 +03:00
aggregation.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
collate.rs Correct Rtrim 2025-05-19 15:22:15 -03:00
delete.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
emitter.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
expr.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
group_by.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
index.rs Fix ProgramBuilder::cursor_ref not having unique keys 2025-05-29 00:59:24 +03:00
insert.rs Fix ProgramBuilder::cursor_ref not having unique keys 2025-05-29 00:59:24 +03:00
main_loop.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
mod.rs remove assumption that translate_select is always called from a top-level context + adjust insert to use translate_select when needed 2025-05-25 19:12:30 -03:00
order_by.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
plan.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
planner.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
pragma.rs add function parse_signed_number 2025-05-28 00:33:41 +08:00
result_row.rs Fix LIMIT handling 2025-05-27 21:12:22 +03:00
schema.rs Fix ProgramBuilder::cursor_ref not having unique keys 2025-05-29 00:59:24 +03:00
select.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
subquery.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
transaction.rs adjust translate functions to take a program instead of Option<ProgramBuilder> + remove any Init emission in traslate functions + use epilogue in all places necessary 2025-05-21 16:41:10 -03:00
update.rs Use new TableReferences struct everywhere 2025-05-29 11:44:56 +03:00
values.rs Rename SelectQueryType to QueryDestination 2025-05-25 21:23:04 +03:00