hasGroupBy method

bool hasGroupBy()

Checks if the query has any GROUP BY fields.

Implementation

bool hasGroupBy() {
  return _groupBy.isNotEmpty;
}