limbo/simulator/generation
Pere Diaz Bou 9291f60722 Introduce Register struct
OwnedValue has become a powerhouse of madness, mainly because I decided
to do it like that when I first introduced AggContext. I decided it was
enough and I introduced a `Register` struct that contains `OwnedValue`,
`Record` and `Aggregation`, this way we don't use `OwnedValue` for
everything make everyone's life harder.

This is the next step towards making ImmutableRecords the default
because I want to remove unnecessary allocations. Right now we clone
OwnedValues when we generate a record more than needed.
2025-03-27 17:53:02 +01:00
..
mod.rs Fix a handful of typos 2025-02-09 18:08:29 +02:00
plan.rs Introduce Register struct 2025-03-27 17:53:02 +01:00
property.rs add differential testing against rusqlite 2025-02-11 14:13:14 -05:00
query.rs add NoREC optimizer testing property 2025-02-10 15:42:49 -05:00
table.rs add LIKE generation for supporting clauses 2025-02-01 12:34:31 -05:00