limbo/core/translate
2025-12-06 12:08:27 +02:00
..
optimizer Fix NULL handling of hash join comparison and bug in cursor override logic 2025-12-04 17:21:46 -05:00
aggregation.rs Store Cow<&Expr> in expr_to_reg_cache 2025-11-13 09:32:37 +02:00
alter.rs fix operator precedence bug 2025-11-19 14:29:33 +02:00
analyze.rs Optimize and refactor schema::Column type 2025-11-02 20:46:02 -05:00
attach.rs Fix clippy warnings 2025-09-26 12:17:34 -04:00
collate.rs Use expression indexes as covering when possible 2025-11-20 12:47:50 -05:00
compound_select.rs Fix two bugs with compound selects 2025-12-05 17:14:58 +02:00
delete.rs Use expression indexes as covering when possible 2025-11-20 12:47:50 -05:00
display.rs Fix clippy warnings 2025-12-04 16:09:47 -05:00
emitter.rs Cache result column values in the hashtable to prevent additional SeekRowID 2025-12-04 16:09:48 -05:00
expr.rs fix IN operator translation bug 2025-12-05 14:52:09 +04:00
expression_index.rs Use expression indexes as covering when possible 2025-11-20 12:47:50 -05:00
fkeys.rs cargo fmt 2025-11-17 12:22:55 -05:00
group_by.rs Store Cow<&Expr> in expr_to_reg_cache 2025-11-13 09:32:37 +02:00
index.rs Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02:00
insert.rs Use expression indexes as covering when possible 2025-11-20 12:47:50 -05:00
integrity_check.rs ignore "virtual" index entries corresponding to the index_methods from integrity check 2025-10-31 14:25:59 +04:00
logical.rs Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02:00
main_loop.rs Fix bloom filter impl to skip NULL values 2025-12-04 16:09:49 -05:00
mod.rs Add expression_index.rs to translate module with some helpers 2025-11-20 12:47:50 -05:00
order_by.rs Begin to implement index creation on arbitrary expressions 2025-11-20 12:47:45 -05:00
plan.rs Fix condition evaluation that references hash build table now that its no longer in join order 2025-12-04 16:09:49 -05:00
planner.rs Fix condition evaluation that references hash build table now that its no longer in join order 2025-12-04 16:09:49 -05:00
pragma.rs adjust registers allocation 2025-11-20 18:00:54 +04:00
result_row.rs triggers: add capability for DeletePlan to write the write set into a RowSet first 2025-11-18 15:19:01 +02:00
rollback.rs translate: refactor arguments and centralize parameter context 2025-09-26 12:06:44 -04:00
schema.rs triggers: translation functions for DDL 2025-11-18 12:18:07 +02:00
select.rs Add new Operation::HashJoin and plumbing to prepare for adding hash joins 2025-12-04 16:09:43 -05:00
subquery.rs Fix clippy warnings 2025-12-04 16:09:47 -05:00
transaction.rs Add BEGIN CONCURRENT support for MVCC mode 2025-09-11 16:05:52 +03:00
trigger.rs don't allow triggers on system tables 2025-11-26 07:43:15 +05:30
trigger_exec.rs do not store MvStore in Statements. Always get them from database 2025-12-03 10:09:04 -03:00
update.rs Use expression indexes as covering when possible 2025-11-20 12:47:50 -05:00
upsert.rs Add comments and cleanups 2025-11-20 12:47:49 -05:00
values.rs triggers: add capability for DeletePlan to write the write set into a RowSet first 2025-11-18 15:19:01 +02:00
view.rs Fix: Drop internal DBSP table when dropping materialized view 2025-11-08 20:28:20 +01:00
window.rs Store Cow<&Expr> in expr_to_reg_cache 2025-11-13 09:32:37 +02:00