Expand description
This module contains conversion of intermediate AST to provable AST and a non-provable component if necessary.
Structs§
- Query
Expr - A
QueryExpr
represents a Proof of SQL query that can be executed against a database. It consists of aDynProofPlan
for provable components and a vector ofOwnedTablePostprocessing
for the rest.
Enums§
- Conversion
Error - Errors from converting an intermediate AST into a provable AST.