pub fn apply_pipeline(rows: Vec<Row>, stages: &[String]) -> Result<OutputResult>
Apply a pipeline to plain row output.
This starts with wants_copy = false because there is no prior output meta to preserve.
wants_copy = false