mirror of
https://github.com/clockworklabs/SpacetimeDB.git
synced 2026-06-27 00:13:33 -04:00
315afc938f
# Description of Changes Makes runtime parameters explicit in query plans (prerequisite for parameterized views). As part of this change, `sender` is no longer baked directly into query plans as a literal value. Instead it is represented as a parameter in the query plan. Values are supplied at runtime via a variable environment called `ExecutionParams`. Note, parameterized plans are still not shared across subscriptions yet. That will be done in a follow up. This is mostly a mechanical change. The majority of the diff is just threading runtime params/variables through various call sites. # API and ABI breaking changes N/A # Expected complexity level and risk ... # Testing Existing coverage
⚠️ Internal Crate ⚠️
This crate is intended for internal use only. It is not stable and may change without notice.