limbo/core/incremental
2025-11-16 19:36:11 -05:00
..
aggregate_operator.rs Always returns Floats for sum and avg on DBSP aggregations 2025-10-24 14:13:53 -05:00
compiler.rs Add ColDef arguments to Column::new in collate.rs 2025-11-16 19:36:11 -05:00
cursor.rs core: Disable autovacuum by default 2025-11-02 12:09:21 +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 implement is null / is not null tests for mview filter 2025-10-06 21:22:30 -05:00
input_operator.rs move the input operator to its own file. 2025-09-19 03:57:11 -05:00
join_operator.rs core/bree: remove duplicated code in BTreeCursor 2025-10-16 14:50:08 +02:00
merge_operator.rs core: change page idx type from usize to i64 2025-09-29 18:38:43 +02:00
mod.rs Implement the DBSP merge operator 2025-09-21 21:00:27 -03:00
operator.rs Change Value::Text to use a Cow<'static, str> instead of Vec<u8> 2025-11-11 16:11:46 -03:00
persistence.rs Add DISTINCT support to aggregate operator 2025-10-22 16:32:18 -05:00
project_operator.rs core: Switch RwLock<Arc<Pager>> to ArcSwap<Pager> 2025-10-24 14:10:08 +03:00
view.rs Add ColDef struct to make schema::Column creation more ergonomic 2025-11-16 19:10:42 -05:00