Expand description
Shared complexity guards for recursion-heavy SQL operations.
Structs§
- Complexity
Guard Options - Guard options for parse/transpile/generate complexity.
Functions§
- enforce_
ast - Enforce AST size/depth limits and report parse-oriented errors.
- enforce_
generate_ ast - Enforce AST size/depth limits and report generation-oriented errors.
- enforce_
input - Enforce raw SQL input limits before tokenization.
- enforce_
tokens - Enforce token and pre-parse nesting limits.