clockworklabs / SpacetimeDB

Multiplayer at the speed of light
https://spacetimedb.com
Other
4.41k stars 110 forks source link

Physical query plan + executors #1881

Closed joshua-spacetime closed 4 weeks ago

joshua-spacetime commented 1 month ago

Closes #1766.

Introduces the physical query plan and a tuple-at-a-time iterator.

Missing:

  1. logical to physical lowering
  2. optimization
  3. physical plan to iterator