Skip to main content

Module stack

Module stack 

Source

Structs§

ClosureValue
A closure paired with its captured environment (snapshotted at definition time)
Stack
The VM data stack for intermediate results
SymbolTable
Context for storing and managing variables during query execution with scope support

Enums§

ControlFlow
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