Trait QueryBuilderWithGroupBy
postgres_querybuilder::prelude
pub trait QueryBuilderWithGroupBy { fn group_by(&mut self, field: &str); }
fn group_by(&mut self, field: &str)
impl QueryBuilderWithGroupBy for SelectBuilder