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].
pub fn resolve_views_for_sql(
tx: &impl SchemaView,
expr: ProjectList,
auth: &AuthCtx,
) -> Result<ProjectList>The main driver of RLS resolution for sql queries. Mainly a wrapper around [resolve_views_for_expr].