You can overwrite all functions to achieve another handling.
Author: oohook (oohook@163.com)
Inheritance: implements PHPSQLParser\builders\Builder
 protected function buildGroupByExpression($parsed)
 {
     $builder = new GroupByExpressionBuilder();
     return $builder->build($parsed);
 }