Module spacetimedb_vm::eval

source ·

Functions§

  • sources should be a Vec where the idxth element is the table referred to in the query as SourceId(idx). While constructing the query, the sources will be destructively modified with Option::take to extract the sources, so the query cannot refer to the same SourceId multiple times.
  • Execute the code
  • Optimize, compile & run the Expr

Type Aliases§