Example #1
0
 /**
  * Creates a sql AVG function
  * @param array $params The params of the average function
  * @param alias The alias of the function
  * @return FunctionCall
  */
 function FunctionAvg(array $params, $alias = '')
 {
     return parent::CreateFunctionAvg($params, $alias);
 }