Skip to main content

render_structured_fetch_sql

Function render_structured_fetch_sql 

Source
pub async fn render_structured_fetch_sql(
    pool: &PgPool,
    plan: &StructuredGatewayFetchPlan,
) -> Result<String, String>
Expand description

Loads relation metadata and compiles SQL for a parsed structured fetch plan.