Interface FunctionEvaluator

    • Method Detail

      • getArguments

        List<String> getArguments()
        Get the arguments of the function
      • evaluate

        Object evaluate​(GenericRow genericRow)
        Evaluate the function on the generic row and return the result
      • evaluate

        Object evaluate​(Object[] values)
        Evaluates the function on the given values (same order as the arguments) and returns the result.