pub fn group_by(ids: &[&str]) -> Vec<Identifier>
Group by clause with multiple columns i.e. GROUP BY ID0, ID1, …
This function will panic if any of the ids cannot be parsed into an identifier.
ids