Author: André Rothe (andre.rothe@phosco.info)
Inheritance: implements PHPSQLParser\builders\Builder
 protected function buildFROM($parsed)
 {
     $builder = new FromBuilder();
     return $builder->build($parsed);
 }