limbo/core/incremental
Preston Thorpe cdab174350
Merge 'Fix column fetch in joins' from Glauber Costa
In comparisons for joins, we were assuming that the left column belonged
to the left join (and vice-versa). That is incorrect, because you can
write the comparison condition in any order.
Fixes #3368

Reviewed-by: Jussi Saurio <jussi.saurio@gmail.com>

Closes #3400
2025-09-29 12:34:45 -04:00
..
aggregate_operator.rs use 128-bit hashes for the zset_id 2025-09-25 22:52:08 -03:00
compiler.rs Merge 'Fix column fetch in joins' from Glauber Costa 2025-09-29 12:34:45 -04:00
cursor.rs core: Wrap Connection::schema in RwLock 2025-09-23 10:31:20 +03:00
dbsp.rs use 128-bit hashes for the zset_id 2025-09-25 22:52:08 -03:00
expr_compiler.rs support mixed integer and float expressions in the expr_compiler 2025-09-26 21:11:38 -03:00
filter_operator.rs support column comparisons in the filter operator 2025-09-19 03:59:28 -05:00
input_operator.rs move the input operator to its own file. 2025-09-19 03:57:11 -05:00
join_operator.rs use 128-bit hashes for the zset_id 2025-09-25 22:52:08 -03:00
merge_operator.rs use 128-bit hashes for the zset_id 2025-09-25 22:52:08 -03:00
mod.rs Implement the DBSP merge operator 2025-09-21 21:00:27 -03:00
operator.rs use 128-bit hashes for the zset_id 2025-09-25 22:52:08 -03:00
persistence.rs Replace custom serialization with a saner version 2025-09-25 22:52:08 -03:00
project_operator.rs core: Wrap Connection::query_only with AtomicBool 2025-09-24 19:23:13 +03:00
view.rs introduce exact(...) function - because enum variant will disappear 2025-09-26 13:01:49 +04:00