Expand description
This module contains the logical plan representation used in both proof generation and postprocessing.
Enumsยง
- Binary
Operator - Enum of binary operators we support
- Expr
- Enum of column expressions that are either provable or supported in postprocessing
- Logical
Plan - Enum of logical plans that are either provable or supported in postprocessing
- Logical
Plan Error - Errors encountered during the process of converting
sqlparser::ast::Statement
toLogicalPlan