resolve_views_for_sql

Function resolve_views_for_sql 

Source
pub fn resolve_views_for_sql(
    tx: &impl SchemaView,
    expr: ProjectList,
    auth: &AuthCtx,
) -> Result<ProjectList>
Expand description

The main driver of RLS resolution for sql queries. Mainly a wrapper around [resolve_views_for_expr].