Module postprocessing

Source
Expand description

Proof of SQL Postprocessing. Used when the last step of the logical plan is an unprovable projection.

Structs§

SelectPostprocessing
The select expression used to select, reorder, and apply alias transformations

Enums§

ExpressionEvaluationError
Errors from evaluation of Expressions.
PostprocessingError
Errors in postprocessing

Traits§

PostprocessingStep
A trait for postprocessing steps that can be applied to an OwnedTable.

Type Aliases§

ExpressionEvaluationResult
Result type for expression evaluation
PostprocessingResult
Result type for postprocessing