Expand description
Effect stream recorded during query execution.
Structsยง
- Captured
Node - A captured AST node with a reference to the source.
- Effect
Stream - A log of effects to be replayed by the materializer. See ADR-0006 for details.
- Verbose
Node - Wrapper for verbose serialization of a captured node. Includes full positional information (bytes + line/column).