Function proof_of_sql::sql::postprocessing::apply_postprocessing_steps
source ยท pub fn apply_postprocessing_steps<S: Scalar>(
owned_table: OwnedTable<S>,
postprocessing_steps: &[OwnedTablePostprocessing],
) -> PostprocessingResult<OwnedTable<S>>
Expand description
Apply a list of postprocessing steps to an OwnedTable
.