pub fn validate_strict_mode_value(
key: &str,
value: &Value,
span: Span,
) -> Result<(), QqlError>Expand description
Type-checks one strict-mode config option by shape (ranges are enforced at plan time so hand-built ASTs fail closed there too).