pub async fn run_pipeline_streaming(
statements: &[Vec<ExecStage>],
ctx: &ExecContext,
timeout: Option<Duration>,
) -> Result<StreamingExec, String>pub async fn run_pipeline_streaming(
statements: &[Vec<ExecStage>],
ctx: &ExecContext,
timeout: Option<Duration>,
) -> Result<StreamingExec, String>