Expand description
This module contains new lightweight postprocessing for non-provable components.
Structs§
- Group
ByPostprocessing - A group by expression
- Order
ByPostprocessing - A node representing a list of
OrderBy
expressions. - Select
Postprocessing - The select expression used to select, reorder, and apply alias transformations
- Slice
Postprocessing - A
SlicePostprocessing
represents a slice of anOwnedTable
.
Enums§
- Owned
Table Postprocessing - An enum for nodes that can apply postprocessing to a
OwnedTable
. - Postprocessing
Error - Errors in postprocessing
Traits§
- Postprocessing
Step - A trait for postprocessing steps that can be applied to an
OwnedTable
.
Functions§
- apply_
postprocessing_ steps - Apply a list of postprocessing steps to an
OwnedTable
.
Type Aliases§
- Postprocessing
Result - Result type for postprocessing