pub async fn execute_structured_fetch_sql(
pool: &PgPool,
plan: &StructuredGatewayFetchPlan,
sql: &str,
) -> Result<PostgresSqlExecutionResult, Error>Expand description
Executes compiled structured fetch SQL against the selected Postgres pool.