Expand description
Proof of SQL Postprocessing. Used when the last step of the logical plan is an unprovable projection.
Structs§
- Select
Postprocessing - The select expression used to select, reorder, and apply alias transformations
Enums§
- Expression
Evaluation Error - Errors from evaluation of
Expression
s. - Postprocessing
Error - Errors in postprocessing
Traits§
- Postprocessing
Step - A trait for postprocessing steps that can be applied to an
OwnedTable
.
Type Aliases§
- Expression
Evaluation Result - Result type for expression evaluation
- Postprocessing
Result - Result type for postprocessing