Module proof_of_sql::sql::postprocessing
source · Expand description
This module contains new lightweight postprocessing for non-provable components.
Structs§
- A node representing a list of
OrderBy
expressions. - A
SliceExpr
represents a slice of aLazyFrame
.
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