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 of
OrderBy
expressions. - The select expression used to select, reorder, and apply alias transformations
- A
SlicePostprocessing
represents a slice of anOwnedTable
.
Enums§
- An enum for nodes that can apply postprocessing to a
OwnedTable
. - Errors in postprocessing
Traits§
- A trait for postprocessing steps that can be applied to an
OwnedTable
.
Functions§
- Apply a list of postprocessing steps to an
OwnedTable
.
Type Aliases§
- Result type for postprocessing