limbo/core/incremental
Pekka Enberg d808db6af9 core: Switch to parking_lot::Mutex
It's faster and we eliminate bunch of unwrap() calls.
2025-11-20 10:42:02 +02:00
..
aggregate_operator.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
compiler.rs Add ColDef arguments to Column::new in collate.rs 2025-11-16 19:36:11 -05:00
cursor.rs core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00
dbsp.rs use 128-bit hashes for the zset_id 2025-09-25 22:52:08 -03: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 core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +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 core: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02: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: Switch to parking_lot::Mutex 2025-11-20 10:42:02 +02:00