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
.
pub fn apply_postprocessing_steps<S: Scalar>(
owned_table: OwnedTable<S>,
postprocessing_steps: &[OwnedTablePostprocessing],
) -> PostprocessingResult<OwnedTable<S>>
Apply a list of postprocessing steps to an OwnedTable
.