Ejemplo n.º 1
0
 protected Type evaluate(AggregateFunction function, Type... args) throws FunctionException {
   return function.getType(args);
 }