Expand description
This module proves provable execution plans.
Structs§
- Source
ProofPlan
for (sub)queries without table source such asSELECT "No table here" as msg;
Inspired byDataFusion EmptyExec
Enums§
- The query plan for proving a query
This module proves provable execution plans.
ProofPlan
for (sub)queries without table source such as SELECT "No table here" as msg;
Inspired by DataFusion EmptyExec