func (c *countContext) GroupBy(cols *Columns) CountGroupByClause {
	(*selectContext)(c).GroupBy(cols)
	return c
}