async fn execute(
session: Arc<SessionImpl>,
plan_fragmenter_result: BatchPlanFragmenterResult,
formats: Vec<Format>,
) -> Result<RwPgResponse, RwError>
async fn execute(
session: Arc<SessionImpl>,
plan_fragmenter_result: BatchPlanFragmenterResult,
formats: Vec<Format>,
) -> Result<RwPgResponse, RwError>