mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-05-11 02:00:04 -04:00
4a84211fb7
Fixes #332. If an index semijoin is to be incrementally evaluated, it is first converted to an inner join which supports MemTables. As part of this change, I had to abstract the projection part of the inner join spec to be able to express semijoins.