Module effect_stream

Module effect_stream 

Source
Expand description

Effect stream recorded during query execution.

Structsยง

CapturedNode
A captured AST node with a reference to the source.
EffectStream
A log of effects to be replayed by the materializer. See ADR-0006 for details.
VerboseNode
Wrapper for verbose serialization of a captured node. Includes full positional information (bytes + line/column).