/**
  * TODO remove this patch will crash AOP because AOP on parent method does not work
  * + AOP should create a build_() method that calls parent::build()
  * + AOP should complete parameters like Table to give full path as they may not be in use clause
  *
  * @return Table
  */
 public function build()
 {
     return parent::build();
 }