Expand description
Types for representing query results.
Structs§
- Resolved
Value - Wrapper for serialization that resolves string IDs to actual strings. Object field names and variant tags are resolved via CompiledQuery.
- Verbose
Resolved Value - Wrapper for verbose serialization with resolved string IDs. Combines VerboseValue (full node positions) with ResolvedValue (string resolution).
- Verbose
Value - Wrapper for verbose serialization of a Value. Nodes include full positional information (bytes + line/column).
Enums§
- Value
- A structured value produced by a query.