Skip to main content

apply_pipeline

Function apply_pipeline 

Source
pub fn apply_pipeline(rows: Vec<Row>, stages: &[String]) -> Result<OutputResult>
Expand description

Apply a pipeline to plain row output.

This starts with wants_copy = false because there is no prior output meta to preserve.