Module proof_of_sql::sql::parse
source · Expand description
This module contains conversion of intermediate AST to provable AST and a non-provable component if necessary.
Structs§
- A
QueryExpr
represents a Proof of SQL query that can be executed against a database. It consists of aProofPlan
for provable components and aResultExpr
for the rest.
Enums§
- Errors from converting an intermediate AST into a provable AST.