Skip to main content

build_count_query

Function build_count_query 

Source
fn build_count_query<'a>(
    table: &'a Table,
    q: &'a CountQuery,
) -> Result<QueryBuilder<'a, Postgres>, QueryError>