Structs§
- Closure
Value - A closure paired with its captured environment (snapshotted at definition time)
- Stack
- The VM data stack for intermediate results
- Symbol
Table - Context for storing and managing variables during query execution with scope support
Enums§
- Control
Flow - Control flow signal for loop and function constructs
- Variable
- A variable can be either a scalar value, columnar data, a FOR loop iterator, or a closure