Expand description
This module proves provable execution plans.
Structs§
- Source
ProofPlanfor (sub)queries without table source such asSELECT "No table here" as msg;Inspired byDataFusion EmptyExec - 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§
- The query plan for proving a query