Interface QueryAggregateFunctionLayerInterface

    • Method Summary

      Modifier and Type Method Description
      java.util.Collection evaluate​(java.lang.String alias, java.util.Collection resultSet, java.lang.Object... parameters)
      Evaluates the specific function.
      • Methods inherited from interface java.lang.reflect.InvocationHandler

        invoke
    • Method Detail

      • evaluate

        java.util.Collection evaluate​(java.lang.String alias,
                                      java.util.Collection resultSet,
                                      java.lang.Object... parameters)
        Evaluates the specific function.
        Parameters:
        resultSet - Result set obtained for the query evaluation.
        parameters - Function's parameters.
        alias - Alias of the function
        Returns:
        Function result.