limbo/core/vdbe
2025-12-22 11:14:23 -03:00
..
affinity.rs add affinity emission code for in list 2025-12-22 11:14:23 -03:00
bloom_filter.rs feat(hash-join): add hash matching for equivalent integer and real values 2025-12-15 15:25:50 +00:00
builder.rs clippy 2025-12-16 23:11:31 -03:00
execute.rs Merge 'core/mvcc: set_null_flag(false) when seek is called' from Pere Diaz Bou 2025-12-22 09:15:24 +02:00
explain.rs add explain description to open read 2025-12-16 17:31:41 -03:00
hash_table.rs use same tempfile in sorter and hash join and use in-memory IO for wasm 2025-12-17 12:18:35 +04:00
insn.rs Fix bloom filter impl to skip NULL values 2025-12-04 16:09:49 -05:00
likeop.rs Merge 'Ensure LIKE is case-sensitive for non-ASCII characters' from Tejas 2025-11-27 21:56:03 +02:00
metrics.rs add metrics and implement the .stats command 2025-08-18 09:11:06 -05:00
mod.rs Return BusySnapshot instead of Busy for stale snapshot in begin_write_tx 2025-12-21 18:35:03 +02:00
rowset.rs Add RowSet<Add/Read/Test> instructions and rowset implementation 2025-11-12 11:39:40 +02:00
sorter.rs use same tempfile in sorter and hash join and use in-memory IO for wasm 2025-12-17 12:18:35 +04:00
value.rs Merge 'fix coroutine panic: replace ended_coroutine Bitfield with vec' from Jussi Saurio 2025-12-18 09:20:05 +02:00