Expand description
This module proves provable execution plans.
Structs§
- Empty
Exec - Source
ProofPlanfor (sub)queries without table source such asSELECT "No table here" as msg;Inspired byDataFusion EmptyExec - Table
Exec - Source
ProofPlanfor (sub)queries with table source such asSELECT col from tab;Inspired byDataFusiondata source [ExecutionPlan]s such as [ArrowExec] and [CsvExec]. Note that we only need to load the columns we use.
Enums§
- DynProof
Plan - The query plan for proving a query