Metadata related to query execution. Note that AST should be lazy so as not to be evaluated at runtime (which would happen with a by-value property since `{ ExecutionInfo(stuff, ast) } is spliced into a query-execution site) TODO As a future optimization (if needed) could we introduce a compiler argument that would not even splice the ASTs during the execute___ call-sites in the Context?
Metadata related to query execution. Note that AST should be lazy so as not to be evaluated at runtime (which would happen with a by-value property since `{ ExecutionInfo(stuff, ast) } is spliced into a query-execution site) TODO As a future optimization (if needed) could we introduce a compiler argument that would not even splice the ASTs during the execute___ call-sites in the Context?
- Companion
- object