You can overwrite all functions to achieve another handling.
Author: André Rothe (andre.rothe@phosco.info)
Inheritance: implements PHPSQLParser\builders\Builder
 protected function buildColumnList($parsed)
 {
     $builder = new ReplaceColumnListBuilder();
     return $builder->build($parsed, 0);
 }