Expand description
Runtime validation of query results against type metadata.
Validates that Value produced by the materializer matches the expected
type from the IR. A mismatch indicates an IR construction bug.
Structs§
- Type
Error - Error returned when validation fails.
Enums§
- Path
Segment - Segment in the path to a type error.
- Type
Description - Human-readable type description for error messages.
Functions§
- validate
- Validates a value against the expected type.