コード例 #1
0
ファイル: FunctionTest.java プロジェクト: sennj/orbisgis
 protected Type evaluate(AggregateFunction function, Type... args) throws FunctionException {
   return function.getType(args);
 }