Module proof_of_sql::sql::postprocessing  
source · Expand description
This module contains new lightweight postprocessing for non-provable components.
Structs§
- A group by expression
- A node representing a list ofOrderByexpressions.
- The select expression used to select, reorder, and apply alias transformations
- ASlicePostprocessingrepresents a slice of anOwnedTable.
Enums§
- An enum for nodes that can apply postprocessing to aOwnedTable.
- Errors in postprocessing
Traits§
- A trait for postprocessing steps that can be applied to anOwnedTable.
Functions§
- Apply a list of postprocessing steps to anOwnedTable.
Type Aliases§
- Result type for postprocessing