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.
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.