pub fn execute_pipeline_streaming<I>(
rows: I,
stages: &[String],
) -> Result<OutputResult>Expand description
Execute a pipeline from any row iterator.
This keeps flat row stages on an iterator-backed path until a stage requires full materialization (for example sort/group/aggregate/jq).