limbo/core/incremental
2025-12-06 12:08:27 +02:00
..
aggregate_operator.rs Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02:00
compiler.rs core/incremental: Improve error handling 2025-11-21 15:08:01 +02:00
cursor.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
dbsp.rs Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02:00
expr_compiler.rs Change Value::Text to use a Cow<'static, str> instead of Vec<u8> 2025-11-11 16:11:46 -03:00
filter_operator.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
input_operator.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
join_operator.rs Use Cow for Value::Blob to prevent copies in op_column 2025-12-06 12:08:27 +02:00
merge_operator.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
mod.rs Implement the DBSP merge operator 2025-09-21 21:00:27 -03:00
operator.rs Merge 'translate/planner: Implement Index creation on arbitrary expressions' from Preston Thorpe 2025-11-22 06:52:20 -05:00
persistence.rs Add DISTINCT support to aggregate operator 2025-10-22 16:32:18 -05:00
project_operator.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
view.rs core/incremental: Improve error handling 2025-11-21 15:08:01 +02:00