Function 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.