pub fn preview_pipeline(
statements: &[Vec<ExecStage>],
ctx: &ExecContext,
) -> Vec<String>Expand description
Render a human-readable, non-executing preview of statements against
ctx. Used by --dry-run to log the commands that would have run.