Function group_by

Source
pub fn group_by(ids: &[&str]) -> Vec<Identifier>
Expand description

Group by clause with multiple columns i.e. GROUP BY ID0, ID1, …

§Panics

This function will panic if any of the ids cannot be parsed into an identifier.