Expand description
This module proves provable execution plans.
Structs§
- Empty
Exec - Source
ProofPlan
for (sub)queries without table source such asSELECT "No table here" as msg;
Inspired byDataFusion EmptyExec
- Sort
Merge Join Exec ProofPlan
for queries of the form- Table
Exec - Source
ProofPlan
for (sub)queries with table source such asSELECT col from tab;
Inspired byDataFusion
data 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